GetIngestibleFlag

Revision as of 18:56, 20 December 2016 by imported>Pintocat (Created page with "{{Function |origin = LU |summary = Returns whether or not an ingestible has an ingestible flag. "Food" determines if the effects are affected by Survival skill, while "Medic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns whether or not an ingestible has an ingestible flag. "Food" determines if the effects are affected by Survival skill, while "Medicine" flag determines if the effects are affected by Medicine skill. They are not mutually exclusive.

Syntax

(bool) GetIngestibleFlag ingestible:form flag:int

Ingestible Flags

2	Food
4	Medicine

See Also