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

14 lines
294 B
Markdown

### 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