Background for Skyrim SE
Member of the NiOverride script
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

ObjectReferenceakRef

boolfirstPerson

boolisFemale

stringnodeName

stringkey

inttype=0


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.