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

◆ StopFollowing()

void Terraria.DataStructures.NPCFollowState.StopFollowing ( )
inline

Definition at line 79 of file NPCFollowState.cs.

80 {
81 NPC npc = this._npc;
82 float[] ai = npc.ai;
83 npc.netUpdate = true;
84 }
class f__AnonymousType0<< Count > j__TPar
float[] ai
Definition NPC.cs:11384

References Terraria.DataStructures.NPCFollowState._npc, Terraria.NPC.ai, and j__TPar.