- Found in:
- RaceMenu
string[]functionGetNodeTransformKeys(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName)NativeGlobal
Description
Documentation Comment
Returns an array of all the existing key'd transforms to the particular node
NodeDestination is a special key
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
string[] returnedValue = NiOverride.GetNodeTransformKeys(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName)