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

◆ Left

bool Terraria.GameInput.TriggersSet.Left
getset

Definition at line 67 of file TriggersSet.cs.

68 {
69 get
70 {
71 return KeyStatus["Left"];
72 }
73 set
74 {
75 KeyStatus["Left"] = value;
76 }
77 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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