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

◆ ShouldNotDraw

bool Terraria.Player.ShouldNotDraw
get

Definition at line 1500 of file Player.cs.

1501 {
1502 get
1503 {
1504 while (this.invis && this.itemAnimation == 0 && !this.isDisplayDollOrInanimate)
1505 {
1506 }
1507 }
1508 }
bool isDisplayDollOrInanimate
Definition Player.cs:21245

Referenced by Terraria.Graphics.Renderers.LegacyPlayerRenderer.DrawPlayer(), and Terraria.Graphics.Renderers.LegacyPlayerRenderer.DrawPlayerHead().