- Found in:
- SKSE
boolfunctionGetNodeLocalRotationEuler(ObjectReferenceref, stringnode, float[]in, boolfirstPerson)NativeGlobal
Description
Documentation Comment
returns the euler rotation of the node into the specified array, must be size of 3
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
string myString__node
float[] myFloatArray__in
bool myBool__firstPerson
bool returnedValue = NetImmerse.GetNodeLocalRotationEuler(myObjectReference__ref, myString__node, myFloatArray__in, myBool__firstPerson)