GetEffectFlag

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns whether or not the specified flag (determined by flagID) is set for the specified Actor Effect/Object Effect/Ingestible Item.

Syntax

[help]
(isFlagSet:0/1) GetEffectFlag effectForm:ref flagID:int

Actor Effect Flag IDs

0	No Auto-Calc
2	PC Start Effect
4	Area Effect Ignores LOS
5	Script Effect Always Applies
6	Disallow Absorb/Reflect
7	Force Touch Explode

Object Effect Flag IDs

0	No Auto-Calc
2	Hide Effect

Ingestible Item Flag IDs

0	No Auto-Calc
1	Food Item
2	Medicine

Example

set bIsFlagSet to GetEffectFlag EnchClothingDuster 2

See Also