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

◆ Loadout1

bool Terraria.GameInput.TriggersSet.Loadout1
getset

Definition at line 211 of file TriggersSet.cs.

212 {
213 get
214 {
215 return KeyStatus["Loadout1"];
216 }
217 set
218 {
219 KeyStatus["Loadout1"] = value;
220 }
221 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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