-
-
Notifications
You must be signed in to change notification settings - Fork 66
M_MSCLoader_Keybind_Add
piotrulos edited this page Jan 15, 2026
·
8 revisions
Remove 'this ,' parameter to switch to new format
Add a keybind.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.0.388
C#
[ObsoleteAttribute("Remove 'this ,' parameter to switch to new format",
true)]
public static <a href="T_MSCLoader_Keybind">Keybind</a> Add(
<a href="T_MSCLoader_Mod">Mod</a> mod,
string id,
string name,
KeyCode key
)View Source
- Mod
- The instance of your mod.
- String
- The ID of the Keybind (Used only once in your mod).
- String
- The name of the Keybind that will be displayed.
- KeyCode
- The KeyCode the user will press.
Keybind
Keybind
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles