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

◆ OverrideLeftClick()

static bool Terraria.UI.ItemSlot.OverrideLeftClick ( Item[] inv,
int context = 0,
int slot = 0 )
inlinestaticprivate

Definition at line 218 of file ItemSlot.cs.

219 {
220 int num = 1;
221 if (num == 0)
222 {
223 }
224 if (num == 0)
225 {
226 }
227 Player localPlayer = Main.LocalPlayer;
228 if (num == 0)
229 {
230 }
231 Player localPlayer2 = Main.LocalPlayer;
232 int cursorOverride = Main.cursorOverride;
233 if (!true)
234 {
235 }
236 bool flag;
237 return flag;
238 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Main.cursorOverride, j__TPar, and Terraria.Main.LocalPlayer.

Referenced by Terraria.UI.ItemSlot.LeftClick().