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

void Terraria.NPC.AI_121_QueenSlime_FlyMovement ( )
inlineprivate

Definition at line 2242 of file NPC.cs.

2243 {
2244 int num = 257;
2245 int num2 = 1;
2246 this.noGravity = num != 0;
2247 this.TargetClosest(num2 != 0);
2248 Vector2 center = base.Center;
2249 int num3 = this.timeLeft;
2250 Vector2 center2 = base.Center;
2251 int direction = this.direction;
2252 if (50042 == 0)
2253 {
2254 }
2255 }
class f__AnonymousType0<< Count > j__TPar
int timeLeft
Definition NPC.cs:11399
void TargetClosest(bool faceTarget=true)
Definition NPC.cs:4701

References Terraria.Entity.direction, j__TPar, Terraria.NPC.TargetClosest(), and Terraria.NPC.timeLeft.