Difference between revisions of "HasMagicEffectKeyword"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>Catwheezle
(Populating stub. Mostly guesswork and no testing.)
Line 1: Line 1:
==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.HasMagicEffect "Frost"
==Papyrus Version==
There does not appear to be a Papyrus version of this command [???]
==See Also==
[[HasMagicEffect]]
[[IsSpellTarget]]
[[OnMagicEffectHit]]
[[Category:Console Commands]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 15:14, 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.HasMagicEffect "Frost"

Papyrus Version

There does not appear to be a Papyrus version of this command [???]

See Also

HasMagicEffect IsSpellTarget OnMagicEffectHit