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

◆ Right

bool Terraria.GameInput.TriggersSet.Right
getset

Definition at line 79 of file TriggersSet.cs.

80 {
81 get
82 {
83 return KeyStatus["Right"];
84 }
85 set
86 {
87 KeyStatus["Right"] = value;
88 }
89 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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