IsPoison- Potion

Revision as of 01:15, 9 June 2015 by imported>Notanon
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Potion Script

Returns whether this potion is poison. (This function requires SKSE)

SyntaxEdit

bool Function IsPoison() native

ParametersEdit

None

Return ValueEdit

Returns whether this potion is food.

ExamplesEdit

Potion Property Ale Auto

If Ale.IsPoison()
	Debug.Trace("Ack, it's poison!")
Else
	Debug.Trace("Whew, it isn't poisonous!")
Endif

See AlsoEdit