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

◆ UpdateChestOnServer()

static void Terraria.UI.ItemSlot.UpdateChestOnServer ( int context,
int slot )
inlinestaticprivate

Definition at line 373 of file ItemSlot.cs.

374 {
375 int num = 1;
376 if (num == 0)
377 {
378 }
379 bool netClientOnly = Main.NetClientOnly;
380 if (num == 0)
381 {
382 }
383 int myPlayer = Main.myPlayer;
384 if (num == 0)
385 {
386 }
387 int myPlayer2 = Main.myPlayer;
388 if (num == 0)
389 {
390 }
391 int myPlayer3 = Main.myPlayer;
392 }
class f__AnonymousType0<< Count > j__TPar

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