Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Reset () |
void | CloneFrom (TriggersSet other) |
void | SetupKeys () |
Vector2 | GetNavigatorDirections () |
void | CopyInto (Player p) |
void | CopyIntoDuringChat (Player p) |
Public Attributes | |
Dictionary< string, bool > | KeyStatus = new Dictionary<string, bool>() |
Dictionary< string, InputMode > | LatestInputMode = new Dictionary<string, InputMode>() |
bool | UsedMovementKey = true |
int | HotbarScrollCD |
int | HotbarHoldTime |
Private Member Functions | |
bool | ShouldLockTileUsage () |
bool | IsInputFromGamepad (InputMode mode) |
Definition at line 7 of file TriggersSet.cs.