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

◆ GetContainerUsageInfo()

static void Terraria.UI.ChestUI.GetContainerUsageInfo ( [Out] bool sync,
[Out] Item[] chestinv )
inlinestatic

Definition at line 263 of file ChestUI.cs.

264 {
265 if (!true)
266 {
267 }
268 int myPlayer = Main.myPlayer;
269 bool netClientOnly = Main.NetClientOnly;
270 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.myPlayer, and Terraria.Main.NetClientOnly.

Referenced by Terraria.UI.ItemSlot.PickItemMovementAction().