Method SpellEntry:GetEffect [-] [+]
Returns a table with all spell effect IDs for SpellEntry.
Synopsis
effect = SpellEntry:GetEffect()
Arguments
None.
Returns
table effect
- See method description.
Returns a table with all spell effect IDs for SpellEntry.
effect = SpellEntry:GetEffect()
None.
table effect
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).