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

◆ Hotbar5

bool Terraria.GameInput.TriggersSet.Hotbar5
getset

Definition at line 367 of file TriggersSet.cs.

368 {
369 get
370 {
371 return KeyStatus["Hotbar5"];
372 }
373 set
374 {
375 KeyStatus["Hotbar5"] = value;
376 }
377 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9