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

◆ Hotbar10

bool Terraria.GameInput.TriggersSet.Hotbar10
getset

Definition at line 427 of file TriggersSet.cs.

428 {
429 get
430 {
431 return KeyStatus["Hotbar10"];
432 }
433 set
434 {
435 KeyStatus["Hotbar10"] = value;
436 }
437 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9