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

◆ Hotbar3

bool Terraria.GameInput.TriggersSet.Hotbar3
getset

Definition at line 343 of file TriggersSet.cs.

344 {
345 get
346 {
347 return KeyStatus["Hotbar3"];
348 }
349 set
350 {
351 KeyStatus["Hotbar3"] = value;
352 }
353 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9