1
0
EQ2Emu/docs/lua_functions/GetSpellData.md

15 lines
337 B
Markdown

### Function: GetSpellData(spell, field)
**Description:**
Returns spell data of the current spell object.
**Parameters:**
- `spell` (Spell) - Spell object representing `spell`.
- `field` (string) - String `field`.
**Returns:** Various values depending on the WorldServer/Spells.cpp Spell::GetSpellData
**Example:**
Example Required