1
0
EQ2Emu/docs/lua_functions/HasSpell.md
2025-05-04 14:34:15 -04:00

19 lines
320 B
Markdown

### Function: HasSpell(param1, param2, param3)
**Description:**
Placeholder description.
**Parameters:**
- `param1`: Spawn - The spawn or entity involved.
- `param2`: int32 - Integer value.
- `param3`: int16 - Short integer value.
**Returns:** None.
**Example:**
```lua
-- Example usage
HasSpell(..., ..., ...)
```