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

void Terraria.Projectile.AI_011 ( )
inlineprivate

Definition at line 5128 of file Projectile.cs.

5129 {
5130 int num = this.type;
5131 float x = this.velocity.X;
5132 }
Vector2 velocity
Definition Entity.cs:463

References Terraria.Projectile.type, Terraria.Entity.velocity, and Microsoft.Xna.Framework.Vector2.X.