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

◆ Throw

bool Terraria.GameInput.TriggersSet.Throw
getset

Definition at line 103 of file TriggersSet.cs.

104 {
105 get
106 {
107 return KeyStatus["Throw"];
108 }
109 set
110 {
111 KeyStatus["Throw"] = value;
112 }
113 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

Referenced by Terraria.GameInput.TriggersSet.CopyInto().