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

◆ RadialHotbar

bool Terraria.GameInput.TriggersSet.RadialHotbar
getset

Definition at line 511 of file TriggersSet.cs.

512 {
513 get
514 {
515 return KeyStatus["RadialHotbar"];
516 }
517 set
518 {
519 KeyStatus["RadialHotbar"] = value;
520 }
521 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9