Skip to content

M_MSCLoader_Keybind_GetDefault

piotrulos edited this page Apr 7, 2023 · 4 revisions

Keybind.GetDefault Method

Return all default keybinds for mod.

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static List<<a href="T_MSCLoader_Keybind">Keybind</a>> GetDefault(
	<a href="T_MSCLoader_Mod">Mod</a> mod
)

View Source

Parameters

 

mod
Type: MSCLoader.Mod
The mod to get the keybinds for.

Return Value

Type: List(Keybind)
List of default Keybinds for the mod.

See Also

Reference

Keybind Class
MSCLoader Namespace

Clone this wiki locally