IsSpellTargetList

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns 1 if the calling actor reference is currently being affected by any game effect (Actor Effect, Object Effect, or Ingestible) from the specified FormList.

Syntax

[help]
(spellTarget:0/1) actorRef.IsSpellTargetList effectList:FormList

Example

set bSpellTarget to actorRef.IsSpellTargetList NVLegionBannedList 

See Also