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

◆ AccessoryOver()

void GUIEquipment.AccessoryOver ( int index)
inline

Definition at line 554 of file GUIEquipment.cs.

555 {
556 int num;
557 do
558 {
559 num = this.accOffset;
560 }
561 while (num == 0);
562 if (num == 0)
563 {
564 }
565 int myPlayer = Main.myPlayer;
566 if (this.accOffset == 0)
567 {
568 }
569 int myPlayer2 = Main.myPlayer;
570 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References accOffset, j__TPar, and Terraria.Main.myPlayer.