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

◆ DrawSellButton()

void GUIPageOptions.DrawSellButton ( )
inline

Definition at line 387 of file GUIPageOptions.cs.

388 {
389 int myPlayer = Main.myPlayer;
390 Item item;
391 int type = item.type;
392 Item item2;
393 int stack = item2.stack;
394 Item item3;
395 int type2 = item3.type;
396 Item item4;
397 int type3 = item4.type;
398 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References System.item, j__TPar, Terraria.Main.myPlayer, System.stack, Terraria.Item.stack, and Terraria.Item.type.