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_092()

void Terraria.Projectile.AI_092 ( )
inlineprivate

Definition at line 6849 of file Projectile.cs.

6850 {
6851 int num = 1;
6852 int num2 = this.type;
6853 if (num == 0)
6854 {
6855 }
6856 int num3;
6857 if (this.direction == 0)
6858 {
6859 num3 = 1;
6861 }
6862 Vector2 center = base.Center;
6863 if (num3 == 0)
6864 {
6865 }
6866 if (!true)
6867 {
6868 }
6869 this.Kill();
6870 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.direction, j__TPar, Terraria.Projectile.Kill(), and Terraria.Projectile.type.