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

◆ Hotbar1

bool Terraria.GameInput.TriggersSet.Hotbar1
getset

Definition at line 319 of file TriggersSet.cs.

320 {
321 get
322 {
323 return KeyStatus["Hotbar1"];
324 }
325 set
326 {
327 KeyStatus["Hotbar1"] = value;
328 }
329 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9