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

void Terraria.Projectile.AI_183_ZoologistStrike ( )
inlineprivate

Definition at line 2583 of file Projectile.cs.

2584 {
2585 float x = this.velocity.X;
2586 int num = 1;
2587 this.direction = num;
2588 this.velocity.X = x;
2590 this.direction = num;
2592 if (this.frame == 0)
2593 {
2594 }
2595 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Entity.cs:463

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