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

◆ HandleShopSlot()

static void Terraria.UI.ItemSlot.HandleShopSlot ( Item[] inv,
int slot,
bool rightClickIsValid,
bool leftClickIsValid )
inlinestaticprivate

Definition at line 663 of file ItemSlot.cs.

664 {
665 int num = 1;
666 if (num == 0)
667 {
668 }
669 int cursorOverride = Main.cursorOverride;
670 if (num == 0)
671 {
672 }
673 int npcShop = Main.npcShop;
674 bool mouseRight = Main.mouseRight;
675 }

References Terraria.Main.cursorOverride, Terraria.Main.mouseRight, and Terraria.Main.npcShop.