Background for Skyrim SE
Member of the Actor script
voidfunctionReplaceHeadPart(HeadPartoPart, HeadPartnewPart)Native

Description

Documentation Comment

Replaces a headpart on the loaded mesh does not affect ActorBase
Both old and new must exist, and be of the same type


Caveats


Parameters

HeadPartoPart

HeadPartnewPart


Examples

Auto-Generated Example

HeadPart myHeadPart__oPart
HeadPart myHeadPart__newPart

myActor__toCallFunctionOn.ReplaceHeadPart(myHeadPart__oPart, myHeadPart__newPart)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.