IsHostile - Spell
Revision as of 13:37, 24 January 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Spell Script Returns whether this spell is considered hostile or not. == Syntax == <source lang="papyrus"> bool…')
Member of: Spell Script
Returns whether this spell is considered hostile or not.
SyntaxEdit
bool Function IsHostile() native
ParametersEdit
None.
Return ValueEdit
Whether this spell is considered hostile
ExamplesEdit
if (MySpell.IsHostile())
Debug.Trace("Got hit with a hostile spell!")
endIf