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

void Terraria.Projectile.AI_051 ( )
inlineprivate

Definition at line 6155 of file Projectile.cs.

6156 {
6157 int num = 1;
6158 int num2 = this.type;
6159 float x = this.position.X;
6160 float y = this.position.Y;
6161 int width = this.width;
6162 bool wet = this.wet;
6163 if (num == 0)
6164 {
6165 }
6166 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References j__TPar, Terraria.Entity.position, Terraria.Projectile.type, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.