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

◆ Hotbar2

bool Terraria.GameInput.TriggersSet.Hotbar2
getset

Definition at line 331 of file TriggersSet.cs.

332 {
333 get
334 {
335 return KeyStatus["Hotbar2"];
336 }
337 set
338 {
339 KeyStatus["Hotbar2"] = value;
340 }
341 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9