mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
355 B
355 B
Function: IsCastOnAggroComplete(spawn)
Description:
Return's true if the cast on aggro trigger has completed for the Spawn (NPC).
Parameters:
spawn(Spawn) - Spawn object representingspawn.
Returns: Return's true if the cast on aggro trigger has completed for the Spawn (NPC). Otherwise false.
Example:
Example Required