- 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
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)