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

void Terraria.Projectile.AI_160_Kites ( )
inlineprivate

Definition at line 3925 of file Projectile.cs.

3926 {
3927 if (!true)
3928 {
3929 }
3930 int num = 60;
3931 this.timeLeft = num;
3932 int num2 = this.type;
3933 Vector2 center = base.Center;
3934 Vector2 vector;
3935 float num3 = vector.Length();
3936 this.Kill();
3937 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Projectile.Kill(), Microsoft.Xna.Framework.Vector2.Length(), and Terraria.Projectile.type.