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

◆ DrawSelectedPlayer()

void GUIClothesWindow.DrawSelectedPlayer ( Vector2 position,
float scale )
inlineprivate

Definition at line 185 of file GUIClothesWindow.cs.

186 {
187 int num = 1;
188 if (num == 0)
189 {
190 }
191 int myPlayer = Main.myPlayer;
192 Vector2 screenPosition = Main.screenPosition;
193 if (num == 0)
194 {
195 }
196 int myPlayer2 = Main.myPlayer;
197 if (!true)
198 {
199 }
200 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static Microsoft.Xna.Framework.Vector2 screenPosition
Definition Main.cs:1973

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