Background for Skyrim SE
Member of the MiscUtil script
floatfunctionGetNodeRotation(ObjectReferenceobj, stringnodeName, boolfirstPerson, introtationIndex)Global

Description

Documentation Comment

Get node rotation
REMOVED v2.9: Useless, only does a part of the job.
float function GetNodeRotation(ObjectReference obj, string nodeName, bool firstPerson, int rotationIndex) global native


Parameters

  1. ObjectReferenceobj

  2. stringnodeName

  3. boolfirstPerson

  4. introtationIndex


Examples

Auto-Generated Example

ObjectReference myObjectReference__obj
string myString__nodeName
bool myBool__firstPerson
int myInt__rotationIndex

float returnedValue = MiscUtil.GetNodeRotation(myObjectReference__obj, myString__nodeName, myBool__firstPerson, myInt__rotationIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.