1
0
EQ2Emu/docs/lua_functions/HasRecovered.md
2025-05-25 21:42:32 -04:00

294 B

Function: HasRecovered(spawn)

Description: If the NPC has recovered from spell casting.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: True if casting again is possible, otherwise false if inbetween cast recovery.

Example:

Example Required