Method Unit:CastSpellAoF [-] [+]
Makes the Unit cast the spell to the given coordinates, used for area effect spells.
Synopsis
Unit:CastSpellAoF( x, y, z, spell )
Unit:CastSpellAoF( x, y, z, spell, triggered )
Arguments
number xValid numbers: all decimal numbers.
number yValid numbers: all decimal numbers.
number zValid numbers: all decimal numbers.
number spellEntry of a spell.
Valid numbers: integers from 0 to 4,294,967,295.
boolean triggered (false)If true the spell is instant and has no cost.
Returns
Nothing.