449 B
449 B
Function: GetSpellDisplayEffect(spell, idx, field)
Description: Gets the spell display effect defined on the spell by its index. Field can represent "description" (return string), "bullet" (return uint32) or "percentage" (return uint32).
Parameters:
spell
(Spell) - Spell object representingspell
.idx
(uint32) - Integer valueidx
.field
(string) - Stringfield
.
Returns: None.
Example:
Example Required