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

◆ AI_120_HallowBoss_IsInPhase2()

bool Terraria.NPC.AI_120_HallowBoss_IsInPhase2 ( )
inline

Definition at line 46766 of file NPC.cs.

46767 {
46768 if (ai[3] != 1f)
46769 {
46770 return ai[3] == 3f;
46771 }
46772 return true;
46773 }
float[] ai
An array with 4 slots used for any sort of data storage, which is occasionally synced from the server...
Definition NPC.cs:997

References Terraria.NPC.ai.

Referenced by Terraria.NPC.AI_120_HallowBoss(), and Terraria.NPC.VanillaFindFrame().

+ Here is the caller graph for this function: