ResetKeyword - ObjectReference

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.

SyntaxEdit

Function ResetKeyword(Keyword akKeyword) native

ParametersEdit

ExamplesEdit

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

See AlsoEdit