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

◆ NotifyNPCKilled()

static void Terraria.GameContent.Achievements.AchievementsHelper.NotifyNPCKilled ( NPC npc)
inlinestatic

Definition at line 238 of file AchievementsHelper.cs.

239 {
240 int num = 1;
241 if (num == 0)
242 {
243 }
244 bool logicClient = Main.LogicClient;
245 bool[] playerInteraction = npc.playerInteraction;
246 if (num == 0)
247 {
248 }
249 int myPlayer = Main.myPlayer;
250 if (num != 0)
251 {
252 if (num == 0)
253 {
254 }
255 int myPlayer2 = Main.myPlayer;
256 int netID = npc.netID;
257 }
258 bool[] playerInteraction2 = npc.playerInteraction;
259 if (playerInteraction2 != null)
260 {
261 int netID2 = npc.netID;
262 if (playerInteraction2 == null)
263 {
264 }
265 }
266 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.LogicClient, Terraria.Main.myPlayer, Terraria.NPC.netID, and Terraria.NPC.playerInteraction.

Referenced by Terraria.NPC.CountKillForAchievements().