IsHostile - Potion
Member of: Potion Script
Returns whether this potion is considered hostile or not.
SyntaxEdit
bool Function IsHostile() native
ParametersEdit
None.
Return ValueEdit
Whether this potion is considered hostile
ExamplesEdit
if (MyPotion.IsHostile())
Debug.Trace("Got hit with a hostile potion!")
endIf