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

◆ NPCAimedTarget() [1/2]

Terraria.DataStructures.NPCAimedTarget.NPCAimedTarget ( NPC npc)
inline

Definition at line 52 of file NPCAimedTarget.cs.

53 {
55 Rectangle hitbox = npc.Hitbox;
56 int width = npc.width;
57 Vector2 position = npc.position;
58 Vector2 velocity = npc.velocity;
59 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.Hitbox, j__TPar, Terraria.Entity.position, Terraria.Entity.velocity, and Terraria.Entity.width.