M_MSCLoader_Keybind_GetDefault - piotrulos/MSCModLoader GitHub Wiki
Return all default keybinds for mod.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
public static List<<a href="T_MSCLoader_Keybind">Keybind</a>> GetDefault(
<a href="T_MSCLoader_Mod">Mod</a> mod
)
View Source
- Mod
- The mod to get the keybinds for.
List(Keybind)
List of default Keybinds for the mod.