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

◆ Loadout3

bool Terraria.GameInput.TriggersSet.Loadout3
getset

Definition at line 235 of file TriggersSet.cs.

236 {
237 get
238 {
239 return KeyStatus["Loadout3"];
240 }
241 set
242 {
243 KeyStatus["Loadout3"] = value;
244 }
245 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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