Background for Skyrim SE
Member of the Potion script
boolfunctionIsFood()Native

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")
Endif

Auto-Generated Example

bool returnedValue = myPotion__toCallFunctionOn.IsFood()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.