ResetKeyword - ObjectReference
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]
- akKeyword: The Keyword to reset.
Examples[edit | edit source]
; Reset the injured keyword on the actor
Luke.ResetKeyword(HandCrippledKeywordProperty)