IsFood - Potion

Revision as of 04:45, 10 May 2012 by imported>PurpleLunchbox (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Potion Script Returns whether this potion is food. (This function requires SKSE) == S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Potion Script

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

SyntaxEdit

bool Function IsFood() native

ParametersEdit

None

Return ValueEdit

Returns whether this potion is food.

ExamplesEdit

Potion Property Ale Auto

If Ale.IsFood()
	Debug.Trace("Hooray its food!")
Else
	Debug.Trace("What?! This is supposed to be food")
Endif

See AlsoEdit