- Found in:
- RaceMenu
float[]functionGetNodeTransformRotation(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName, stringkey, inttype=0)NativeGlobal
Description
Documentation Comment
Returns a rotation override for the particular key
type 0 - size 3 euler angles in degrees
type 1 - size 9 matrix
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
string myString__key
int myInt__type
float[] returnedValue = NiOverride.GetNodeTransformRotation(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName, myString__key, myInt__type)