terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TryOpeningInGameOptionsBasedOnInput()

void Terraria.Player.TryOpeningInGameOptionsBasedOnInput ( )
inlineprivate

Definition at line 4996 of file Player.cs.

4997 {
4998 if (this.controlInv)
4999 {
5000 if (this.releaseInventory)
5001 {
5002 return;
5003 }
5004 }
5005 else
5006 {
5007 this.releaseInventory = true;
5008 }
5009 }
class f__AnonymousType0<< Count > j__TPar
bool releaseInventory
Definition Player.cs:21521

References Terraria.Player.controlInv, j__TPar, and Terraria.Player.releaseInventory.