- Found in:
- PapyrusUtil
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
Caveats
Parameters
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)