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

◆ RightClick() [2/2]

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

Definition at line 453 of file ItemSlot.cs.

454 {
455 if (!true)
456 {
457 }
458 int myPlayer = Main.myPlayer;
459 if (inv == null)
460 {
461 }
462 bool mouseRight = Main.mouseRight;
463 if (inv == null)
464 {
465 }
466 bool mouseRightRelease = Main.mouseRightRelease;
467 if (inv == null)
468 {
469 }
470 bool flag;
471 return flag;
472 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.mouseRight, Terraria.Main.mouseRightRelease, and Terraria.Main.myPlayer.