IsFood - Potion

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