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

◆ AI_120_HallowBoss_IsGenuinelyEnraged()

bool Terraria.NPC.AI_120_HallowBoss_IsGenuinelyEnraged ( )
inline

Definition at line 46775 of file NPC.cs.

46776 {
46777 if (ai[3] != 2f)
46778 {
46779 return ai[3] == 3f;
46780 }
46781 return true;
46782 }
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().

+ Here is the caller graph for this function: