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