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

◆ Loadout2

bool Terraria.GameInput.TriggersSet.Loadout2
getset

Definition at line 223 of file TriggersSet.cs.

224 {
225 get
226 {
227 return KeyStatus["Loadout2"];
228 }
229 set
230 {
231 KeyStatus["Loadout2"] = value;
232 }
233 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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