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

Description

Wiki Description

Updates modifications such as HeadParts or ArmorAddons changes for the actor. (This function requires SKSE)

Documentation Comment

Updates an Actors meshes (Used for Armor mesh/texture changes and face changes)
DO NOT USE WHILE MOUNTED


Caveats

CK Wiki - Notes

  • DO NOT use this function while mounted. You will not crash, but physics will break resulting in you and your mount flying around violently until you dismount, or die from falling damage.

Examples

PlayerRef.QueueNiNodeUpdate()

Auto-Generated Example

myActor__toCallFunctionOn.QueueNiNodeUpdate()

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.