GetIngestibleFlag

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(bool) GetIngestibleFlag ingestible:form flag:int

Ingestible Flags

2	Food
4	Medicine

See Also

SetIngestibleFlag