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

◆ AccessoryDyeOver()

void GUIEquipment.AccessoryDyeOver ( int index)
inline

Definition at line 604 of file GUIEquipment.cs.

605 {
606 int num;
607 do
608 {
609 num = this.accOffset;
610 }
611 while (num == 0);
612 if (num == 0)
613 {
614 }
615 int myPlayer = Main.myPlayer;
616 if (this.accOffset == 0)
617 {
618 }
619 int myPlayer2 = Main.myPlayer;
620 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

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