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

◆ LockGamepadTileInteractions()

void Terraria.Player.LockGamepadTileInteractions ( )
inline

Definition at line 29668 of file Player.cs.

29669 {
29670 releaseUseTile = false;
29672 PlayerInput.LockGamepadTileUseButton = true;
29673 }
bool releaseUseTile
Definition Player.cs:1928
int _lockTileInteractionsTimer
Definition Player.cs:3257

References Terraria.Player._lockTileInteractionsTimer, and Terraria.Player.releaseUseTile.

Referenced by Terraria.Player.ToggleInv().

+ Here is the caller graph for this function: