- Found in:
- SKSE
boolfunctionSetNodeLocalRotationMatrix(ObjectReferenceref, stringnode, float[]in, boolfirstPerson)NativeGlobal
Description
Documentation Comment
sets the matrix rotation for the node of the specified array, must be size of 9
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
string myString__node
float[] myFloatArray__in
bool myBool__firstPerson
bool returnedValue = NetImmerse.SetNodeLocalRotationMatrix(myObjectReference__ref, myString__node, myFloatArray__in, myBool__firstPerson)