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

◆ TakeOne()

static void Terraria.UI.ItemSlot.TakeOne ( Item[] inv,
int context,
int slot )
inlinestatic

Definition at line 475 of file ItemSlot.cs.

476 {
477 int num = 1;
478 if (num == 0)
479 {
480 }
481 Item mouseItem = Main.mouseItem;
482 if (num == 0)
483 {
484 }
485 int type = Main.mouseItem.type;
486 if (type == 0)
487 {
488 if (type == 0)
489 {
490 }
491 int stack = Main.mouseItem.stack;
492 if (Main.mouseItem.maxStack == 0)
493 {
494 }
495 int type2 = Main.mouseItem.type;
496 if (type2 == 0)
497 {
498 return;
499 }
500 }
501 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Item.maxStack, Terraria.Main.mouseItem, System.stack, Terraria.Item.stack, and Terraria.Item.type.