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

void Terraria.Projectile.AI_161_RapierStabs ( )
inlineprivate

Definition at line 3852 of file Projectile.cs.

3853 {
3854 if (!true)
3855 {
3856 }
3857 float x = this.velocity.X;
3858 float y = this.velocity.Y;
3859 int num = 32768;
3860 this.alpha = num;
3861 float x2 = this.velocity.X;
3862 float y2 = this.velocity.Y;
3863 if (num == 0)
3864 {
3865 }
3866 float x3 = this.velocity.X;
3867 float y3 = this.velocity.Y;
3868 int num2 = 1;
3869 if (num2 == 0)
3870 {
3871 }
3873 int whoAmI = this.whoAmI;
3874 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Entity.cs:463

References j__TPar, Terraria.Entity.velocity, Terraria.Entity.whoAmI, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.