Background for Skyrim SE
Member of the NiOverride script
voidfunctionSetNodeDestination(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName, stringdestination)NativeGlobal

Description

Documentation Comment

These function parts move a node to be a child of the destination node
Moves a node from one the current parent to another, there can only be ONE of these overrides, call UpdateNodeTransform


Parameters

  1. ObjectReferenceakRef

  2. boolfirstPerson

  3. boolisFemale

  4. stringnodeName

  5. stringdestination


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
string myString__destination

NiOverride.SetNodeDestination(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName, myString__destination)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.