ResetKeyword - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 16:26, 2 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

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.

Syntax[edit | edit source]

Function ResetKeyword(Keyword akKeyword) native

Parameters[edit | edit source]

Examples[edit | edit source]

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

See Also[edit | edit source]