ll.SetLocalRot(Rotation: quaternion) : ()
Sets the rotation of a child prim relative to the root prim.
ll.SetLocalRot(quaternion(0,0,0,1))
{
"def": "func",
"desc": "Sets the rotation of a child prim relative to the root prim.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetLocalRot",
"name": "SetLocalRot",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
"quaternion"
],
"variadic": false,
"optional": false
}
]
}
]
}