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

◆ DrawChestLoot()

void GUIPageOptions.DrawChestLoot ( )
inline

Definition at line 524 of file GUIPageOptions.cs.

525 {
526 this.LoadRightItemRegion();
527 Item item;
528 int type = item.type;
529 if (item.stack == 0)
530 {
531 }
532 int myPlayer = Main.myPlayer;
533 int myPlayer2 = Main.myPlayer;
534 }
class f__AnonymousType0<< Count > j__TPar
void LoadRightItemRegion()
static int myPlayer
Definition Main.cs:2337

References System.item, j__TPar, LoadRightItemRegion(), Terraria.Main.myPlayer, and Terraria.Item.type.