IsHostile - Enchantment

Revision as of 14:31, 24 January 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Enchantment Script Returns whether this enchantment is considered hostile or not. == Syntax == <source lang="pa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Enchantment Script

Returns whether this enchantment is considered hostile or not.

SyntaxEdit

bool Function IsHostile() native

ParametersEdit

None.

Return ValueEdit

Whether this enchantment is considered hostile

ExamplesEdit

if (SwordEnchant.IsHostile())
  Debug.Trace("Got hit with a hostile enchant!")
endIf

See AlsoEdit