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

◆ Hotbar4

bool Terraria.GameInput.TriggersSet.Hotbar4
getset

Definition at line 355 of file TriggersSet.cs.

356 {
357 get
358 {
359 return KeyStatus["Hotbar4"];
360 }
361 set
362 {
363 KeyStatus["Hotbar4"] = value;
364 }
365 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9