- Found in:
- SKSE
Description
Wiki Description
Updates an Actor's head mesh.
Documentation Comment
Updates an Actors head mesh
Caveats
CK Wiki - Notes
- This is effectively a Actor.QueueNiNodeUpdate() but only affects the head, instead of the entire actor.
Examples
Game.GetPlayer().RegenerateHead() ;Refresh the Player's head mesh.Auto-Generated Example
myActor__toCallFunctionOn.RegenerateHead()