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

◆ PushEquipmentAreaUp

bool Terraria.GameInput.PlayerInput.SettingsForUI.PushEquipmentAreaUp
staticget

Definition at line 52 of file PlayerInput.cs.

53 {
54 get
55 {
56 if (UsingGamepad)
57 {
58 return !SteamDeckIsUsed;
59 }
60 return false;
61 }
62 }

Referenced by Terraria.Main.DrawInterface_29_SettingsButton().