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

◆ TryTrackingTarget()

void Terraria.NPC.TryTrackingTarget ( float distance,
float realDist,
bool t,
int tankTarget,
int j )
inlineprivate

Definition at line 4721 of file NPC.cs.

4722 {
4723 if (!true)
4724 {
4725 }
4726 float x = this.position.X;
4727 int width = this.width;
4728 int height = this.height;
4729 float y = this.position.Y;
4730 int direction = this.direction;
4731 int num = 1;
4732 j.m_value = num;
4733 if (num == 0)
4734 {
4735 }
4736 float x2 = this.position.X;
4737 int width2 = this.width;
4738 int height2 = this.height;
4739 float y2 = this.position.Y;
4740 t.m_value = x != null;
4741 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References Terraria.Entity.direction, Terraria.Entity.height, j__TPar, Terraria.Entity.position, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.