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

◆ Hotbar6

bool Terraria.GameInput.TriggersSet.Hotbar6
getset

Definition at line 379 of file TriggersSet.cs.

380 {
381 get
382 {
383 return KeyStatus["Hotbar6"];
384 }
385 set
386 {
387 KeyStatus["Hotbar6"] = value;
388 }
389 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9