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

void Terraria.Projectile.AI_055 ( )
inlineprivate

Definition at line 6381 of file Projectile.cs.

6382 {
6383 int num = this.frameCounter;
6384 this.frameCounter = num;
6385 int num2 = this.frame;
6386 this.frame = num2;
6387 float x = this.velocity.X;
6389 float y = this.velocity.Y;
6390 if (num2 == 0)
6391 {
6392 }
6393 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Entity.cs:463

References Terraria.Projectile.frame, Terraria.Projectile.frameCounter, j__TPar, Terraria.Entity.velocity, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.