ll.GetLocalRot() : quaternion
Returns the rotation local to the root. Returns the local rotation of a child object relative to the root.
ll.GetLocalRot()
{
"def": "func",
"desc": "Returns the rotation local to the root.\nReturns the local rotation of a child object relative to the root.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetLocalRot",
"name": "GetLocalRot",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"quaternion"
],
"optional": false
}
],
"args": []
}
]
}