Description
Wiki Description
Checks to see if anything worn by this actor has the specified keyword attached.
Documentation Comment
Returns whether anything the actor is wearing has the specified keyword
Caveats
Parameters
Examples
; Is the player wearing a fur coat?
if Game.GetPlayer().WornHasKeyword(FurCoatKeyword)
Debug.Trace("Player is toasty warm!")
endIfAuto-Generated Example
Keyword myKeyword__akKeyword
bool returnedValue = myActor__toCallFunctionOn.WornHasKeyword(myKeyword__akKeyword)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
