Background for Skyrim SE
Member of the NiOverride script
string[]functionGetNodeTransformNames(ObjectReferenceakRef, boolfirstPerson, boolisFemale)NativeGlobal

Description

Documentation Comment

These functions can be used to walk all of the current nodes if necessary
Returns an array of all the altered nodes for the particular reference, skeleton, and gender


Caveats


Parameters

ObjectReferenceakRef

boolfirstPerson

boolisFemale


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale

string[] returnedValue = NiOverride.GetNodeTransformNames(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.