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

◆ WipableTurret

bool Terraria.Projectile.WipableTurret
get

Definition at line 78 of file Projectile.cs.

79 {
80 get
81 {
82 int num = this.owner;
83 if (!true)
84 {
85 }
86 int myPlayer = Main.myPlayer;
87 bool flag;
88 if (this.sentry)
89 {
90 flag = this.TurretShouldPersist();
91 return flag;
92 }
93 return flag;
94 }
95 }
bool TurretShouldPersist()
Definition Projectile.cs:98