Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Down

bool Terraria.GameInput.TriggersSet.Down
getset

Definition at line 55 of file TriggersSet.cs.

56 {
57 get
58 {
59 return KeyStatus["Down"];
60 }
61 set
62 {
63 KeyStatus["Down"] = value;
64 }
65 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

Referenced by Terraria.GameInput.TriggersSet.CopyInto(), and Terraria.GameInput.TriggersSet.GetNavigatorDirections().