Difference between revisions of "GetIngestibleFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Pintocat
 
Line 18: Line 18:
==See Also==
==See Also==
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[SetIngestibleFlag]]

Latest revision as of 17:58, 20 December 2016

< [[::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