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

◆ HotbarPlus

bool Terraria.GameInput.TriggersSet.HotbarPlus
getset

Definition at line 451 of file TriggersSet.cs.

452 {
453 get
454 {
455 return KeyStatus["HotbarPlus"];
456 }
457 set
458 {
459 KeyStatus["HotbarPlus"] = value;
460 }
461 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9