Background for Fallout 4
Member of the Actor script
voidfunctionChangeAnimFaceArchetype(KeywordapKeyword=NONE)Native

Description

Wiki Description

Adds the specified AnimFaceArchetype keyword to this actor.

Documentation Comment

Change this actor's anim face archetype


Caveats


Parameters

KeywordapKeyword=NONE

CK Wiki Description

The AnimFacceArchetype keyword to add to this actor.

  • Default:none

Examples

; Adds the AnimFaceArchetypeConfident keyword to the actor
ActorToChange.ChangeAnimFaceArchetype(AnimFaceArchetypeConfident)
; Removes any existing AnimFaceArchetype keyword from the actor (sets actor back to 'Neutral')
ActorToChange.ChangeAnimFaceArchetype()

Auto-Generated Example

keyword myKeyword__apKeyword

myActor__toCallFunctionOn.ChangeAnimFaceArchetype(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.