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

◆ Up

bool Terraria.GameInput.TriggersSet.Up
getset

Definition at line 43 of file TriggersSet.cs.

44 {
45 get
46 {
47 return KeyStatus["Up"];
48 }
49 set
50 {
51 KeyStatus["Up"] = value;
52 }
53 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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