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

◆ NPCKillAttempt()

Terraria.DataStructures.NPCKillAttempt.NPCKillAttempt ( NPC target)
inline

Definition at line 10 of file NPCKillAttempt.cs.

11 {
12 this.npc = target;
13 int netID = target.netID;
14 this.netId = netID;
15 bool flag = target.active;
16 this.active = flag;
17 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.active, j__TPar, and Terraria.NPC.netID.