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

◆ DrawPlayer() [1/2]

void GUIClothesWindow.DrawPlayer ( )
inlineprivate

Definition at line 94 of file GUIClothesWindow.cs.

95 {
96 Main.gameMenu = true;
97 Player player = this.clonePlayer;
98 float x = this.CharacterDrawOffset.X;
99 float y = this.CharacterDrawOffset.Y;
100 Main.gameMenu = false;
101 }
class f__AnonymousType0<< Count > j__TPar

References CharacterDrawOffset, clonePlayer, j__TPar, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Draw().