Background for Skyrim SE
Member of the Actor script
voidfunctionChangeHeadPart(HeadParthPart)Native

Description

Wiki Description

Adds a headpart, if the type exists it will replace, must not be misc type

Documentation Comment

Adds a headpart, if the type exists it will replace, must not be misc type
Beware: This function also affects the ActorBase


Caveats

CK Wiki - Notes

  • This function also affects the ActorBase, use with caution.

Parameters

HeadParthPart

CK Wiki Description

The head part to change to.


Examples

Game.GetPlayer().ChangeHeadPart(BeardProperty) ;Add a Beard to the player.

Auto-Generated Example

HeadPart myHeadPart__hPart

myActor__toCallFunctionOn.ChangeHeadPart(myHeadPart__hPart)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.