IsHostile - Ingredient

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

Member of: Ingredient Script

Returns whether this ingredient is considered hostile or not.

SyntaxEdit

bool Function IsHostile() native

ParametersEdit

None.

Return ValueEdit

Whether this ingredient is considered hostile

ExamplesEdit

if (Herb.IsHostile())
  Debug.Trace("Just ate a 'hostile' herb!")
endIf

See AlsoEdit