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

◆ AccessoryVanityOver()

void GUIEquipment.AccessoryVanityOver ( int index)
inline

Definition at line 654 of file GUIEquipment.cs.

655 {
656 int num;
657 do
658 {
659 num = this.accOffset;
660 }
661 while (num == 0);
662 if (num == 0)
663 {
664 }
665 int myPlayer = Main.myPlayer;
666 if (this.accOffset == 0)
667 {
668 }
669 int myPlayer2 = Main.myPlayer;
670 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

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