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

◆ DrawNPC()

void GUINPCDialogue.DrawNPC ( )
inlineprivate

Definition at line 212 of file GUINPCDialogue.cs.

213 {
214 int num = 1;
215 if (num == 0)
216 {
217 }
218 int myPlayer = Main.myPlayer;
219 Rectangle region = this.GetRegion();
220 if (num == 0)
221 {
222 }
223 int myPlayer2 = Main.myPlayer;
224 }
class f__AnonymousType0<< Count > j__TPar
Rectangle GetRegion()
static int myPlayer
Definition Main.cs:2337

References GetRegion(), j__TPar, and Terraria.Main.myPlayer.

Referenced by Draw().