TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DespawnEncouragement_AIStyle3_Fighters_CanBeBusyWithAction()

static bool Terraria.NPC.DespawnEncouragement_AIStyle3_Fighters_CanBeBusyWithAction ( int npcID)
inlinestatic

Definition at line 64719 of file NPC.cs.

64720 {
64721 if (npcID != 110 && npcID != 111 && npcID != 206 && npcID != 216 && npcID != 214 && npcID != 215 && npcID != 291 && npcID != 292 && npcID != 293 && npcID != 350 && npcID != 381 && npcID != 382 && npcID != 383 && npcID != 385 && npcID != 386 && npcID != 389 && npcID != 391 && npcID != 469 && npcID != 166 && npcID != 466 && npcID != 471 && npcID != 411 && npcID != 409 && npcID != 424 && npcID != 425 && npcID != 426 && npcID != 415 && npcID != 419)
64722 {
64723 return npcID == 520;
64724 }
64725 return true;
64726 }

Referenced by Terraria.NPC.AI_003_Fighters().

+ Here is the caller graph for this function: