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

◆ Grapple

bool Terraria.GameInput.TriggersSet.Grapple
getset

Definition at line 127 of file TriggersSet.cs.

128 {
129 get
130 {
131 return KeyStatus["Grapple"];
132 }
133 set
134 {
135 KeyStatus["Grapple"] = value;
136 }
137 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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