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

◆ Hotbar8

bool Terraria.GameInput.TriggersSet.Hotbar8
getset

Definition at line 403 of file TriggersSet.cs.

404 {
405 get
406 {
407 return KeyStatus["Hotbar8"];
408 }
409 set
410 {
411 KeyStatus["Hotbar8"] = value;
412 }
413 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9