Background for Fallout 4
Member of the Actor script
boolfunctionHasMagicEffectWithKeyword(KeywordakKeyword)Native

Description

Wiki Description

Checks to see if this actor is currently being affected by a Magic Effect with the given Keyword.

Documentation Comment

Checks to see if this actor is currently being affected by a Magic Effect with the given Keyword


Caveats


Parameters

KeywordakKeyword

CK Wiki Description

The Keyword to check.


Examples

; Does the player have some kind of disease?
if (Game.GetPlayer().HasMagicEffectWithKeyword(Disease))
  Debug.Trace("The player has a disease")
endIf

Auto-Generated Example

Keyword myKeyword__akKeyword

bool returnedValue = myActor__toCallFunctionOn.HasMagicEffectWithKeyword(myKeyword__akKeyword)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.