GetBaseEffectFlag

Revision as of 10:47, 20 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether or not the specified flag (determined by <i>flagID</i>) is set for the specified '''Base Effect'''. |name = GetBaseEffec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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 Base Effect.

Syntax

(isFlagSet:0/1) GetBaseEffectFlag baseEffect:ref flagID:int

Base Effect Flag IDs

0	Hostile
1	Recover
2	Detrimental
4	Self
5	Touch
6	Target
7	No Duration
8	No Magnitude
9	No Area
10	FX Persist
12	Gory Visuals
13	Display Name Only
19	Use Skill
20	Use Attribute
24	Painless
27	No Hit Effect
28	No Death Dispel

Example

set bIsFlagSet to GetBaseEffectFlag DamageStrength 2

See Also