IsHostile - Potion

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

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

See AlsoEdit