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

◆ Hotbar7

bool Terraria.GameInput.TriggersSet.Hotbar7
getset

Definition at line 391 of file TriggersSet.cs.

392 {
393 get
394 {
395 return KeyStatus["Hotbar7"];
396 }
397 set
398 {
399 KeyStatus["Hotbar7"] = value;
400 }
401 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9