Description
Wiki Description
Returns whether this enchantment is considered hostile or not.
Documentation Comment
Is this enchantment classified as hostile?
Caveats
Examples
if (SwordEnchant.IsHostile())
Debug.Trace("Got hit with a hostile enchant!")
endIfAuto-Generated Example
bool returnedValue = myEnchantment__toCallFunctionOn.IsHostile()