IsHostile - Spell
Jump to navigation
Jump to search
Member of: Spell Script
Returns whether this spell is considered hostile or not.
Syntax[edit | edit source]
bool Function IsHostile() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether this spell is considered hostile
Examples[edit | edit source]
if (MySpell.IsHostile())
Debug.Trace("Got hit with a hostile spell!")
endIf