Difference between revisions of "HasMagicEffectKeyword"
Jump to navigation
Jump to search
imported>Catwheezle m (→Example: I do use "show preview" and yet somehow I only ever spot the typos after I submit.) |
imported>Catwheezle (Found the Papyrus version.) |
||
Line 9: | Line 9: | ||
==Papyrus Version== | ==Papyrus Version== | ||
[[HasMagicEffectWithKeyword_-_Actor|HasMagicEffectWithKeyword]] | |||
==See Also== | ==See Also== | ||
[[HasMagicEffect]] | [[HasMagicEffect]]<br> | ||
[[IsSpellTarget]] | [[IsSpellTarget]]<br> | ||
[[OnMagicEffectHit]] | [[OnMagicEffectHit]] | ||
Revision as of 15:19, 28 February 2013
Description
Returns 1 if the calling reference is currently being affected by a MagicEffect_Script that matches the given keyword.
Syntax
ActorRef.HasMagicEffectKeyword KeywordString
Example
Player.HasMagicEffectKeyword "Frost"