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

◆ AI_039()

void Terraria.Projectile.AI_039 ( )
inlineprivate

Definition at line 5902 of file Projectile.cs.

5903 {
5904 int num = this.alpha;
5905 bool active = this.active;
5906 this.alpha = num;
5907 if (active)
5908 {
5909 if (num == 0)
5910 {
5911 }
5912 Vector2 center = base.Center;
5913 }
5914 this.Kill();
5915 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.active, Terraria.Projectile.alpha, j__TPar, and Terraria.Projectile.Kill().