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

◆ Hotbar9

bool Terraria.GameInput.TriggersSet.Hotbar9
getset

Definition at line 415 of file TriggersSet.cs.

416 {
417 get
418 {
419 return KeyStatus["Hotbar9"];
420 }
421 set
422 {
423 KeyStatus["Hotbar9"] = value;
424 }
425 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9