Difference between revisions of "HasMagicEffect"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Scornett-Bot
m (Script running global find and replace: = for '''=)
 
imported>Cipscis
(Added link to Papyrus version)
Line 8: Line 8:


Returns 1 if the calling reference is currently being affected by the given magic effect.  
Returns 1 if the calling reference is currently being affected by the given magic effect.  
==Papyrus Version==
[[HasMagicEffect_-_Actor|HasMagicEffect]]


==See Also==  
==See Also==  

Revision as of 16:59, 14 February 2012

Description

Returns 1 if the calling reference is currently being affected by the given magic effect.

Syntax:

ActorRef.HasMagicEffect EffectID 

Example:

Player.HasMagicEffect 000B729D (FrostSlowConcAimed)

Returns 1 if the calling reference is currently being affected by the given magic effect.

Papyrus Version

HasMagicEffect

See Also

IsSpellTarget
OnMagicEffectHit