- Found in:
- SKSE
Description
Wiki Description
Returns whether this potion is food. (This function requires SKSE)
Documentation Comment
SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
Is this potion classified as Food?
Caveats
Examples
Potion Property Ale Auto
If Ale.IsFood()
Debug.Trace("Hooray its food!")
Else
Debug.Trace("What?! This is supposed to be food")
EndifAuto-Generated Example
bool returnedValue = myPotion__toCallFunctionOn.IsFood()