- Found in:
- RaceMenu
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
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string[] returnedValue = NiOverride.GetNodeTransformNames(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale)