Background for Fallout 4
Member of the ObjectReference script
voidfunctionResetKeyword(KeywordapKeyword)Native

Description

Wiki Description

Resets any addition or removal of the specified keyword, reverting the state of the keyword to being controlled by the base object and any attached aliases.

Documentation Comment

Resets a keyword's add/remove status so the data comes from the base object and aliases


Caveats


Parameters

KeywordapKeyword

CK Wiki Description

The Keyword to reset.


Examples

; Reset the injured keyword on the actor
Luke.ResetKeyword(HandCrippledKeywordProperty)

Auto-Generated Example

Keyword myKeyword__apKeyword

myObjectReference__toCallFunctionOn.ResetKeyword(myKeyword__apKeyword)

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.