mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
337 B
337 B
Function: GetSpellData(spell, field)
Description: Returns spell data of the current spell object.
Parameters:
spell(Spell) - Spell object representingspell.field(string) - Stringfield.
Returns: Various values depending on the WorldServer/Spells.cpp Spell::GetSpellData
Example:
Example Required