TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.KeybindLoader Class Referencesealed
+ Inheritance diagram for Terraria.ModLoader.KeybindLoader:
+ Collaboration diagram for Terraria.ModLoader.KeybindLoader:

Public Member Functions

int Register (T obj)
 
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, ModKeybindmodKeybinds = new Dictionary<string, ModKeybind>()
 

Properties

static IEnumerable< ModKeybindKeybinds [get]
 
int VanillaCount [get, set]
 
int TotalCount [get, set]
 

Private Member Functions

void ILoader. ResizeArrays ()
 

Static Private Member Functions

static ModKeybind RegisterKeybind (ModKeybind keybind)
 

Detailed Description

Definition at line 7 of file KeybindLoader.cs.


The documentation for this class was generated from the following file: