|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.ModLoader.KeybindLoader:
Collaboration diagram for Terraria.ModLoader.KeybindLoader:Public Member Functions | |
| int | Register (T obj) |
| T | Get (int id) |
Static Public Member Functions | |
| static ModKeybind | RegisterKeybind (Mod mod, string name, Keys defaultBinding) |
| Registers a keybind with a name and defaultBinding . Use the returned T:Terraria.ModLoader.ModKeybind to detect when buttons are pressed. | |
| static ModKeybind | RegisterKeybind (Mod mod, string name, string defaultBinding) |
| Registers a keybind with a name and defaultBinding . Use the returned T:Terraria.ModLoader.ModKeybind to detect when buttons are pressed. | |
Protected Member Functions | |
| int | Reserve () |
Package Functions | |
| override void | Unload () |
| void | Initialize (int vanillaCount) |
| Initializes the loader based on the vanilla count of the ModType. | |
| virtual void | ResizeArrays () |
Package Attributes | |
| List< T > | list = new List<T>() |
Static Package Attributes | |
| static readonly IDictionary< string, ModKeybind > | modKeybinds = new Dictionary<string, ModKeybind>() |
Properties | |
| static IEnumerable< ModKeybind > | Keybinds [get] |
| int | VanillaCount [get, set] |
| int | TotalCount [get, set] |
Private Member Functions | |
| void ILoader. | ResizeArrays () |
Static Private Member Functions | |
| static ModKeybind | RegisterKeybind (ModKeybind keybind) |
Definition at line 7 of file KeybindLoader.cs.