1
0
EQ2Emu/docs/lua_functions/IsCastOnAggroComplete.md
2025-05-27 09:56:36 -04:00

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 representing spawn.

Returns: Return's true if the cast on aggro trigger has completed for the Spawn (NPC). Otherwise false.

Example:

Example Required