ll.RotTarget (Rotation: quaternion, LeeWay: number) -> numberSet rotations with error of LeeWay radians as a rotational target, and return an ID for the rotational target. The returned number is a handle that can be used in at_rot_target and llRotTargetRemove.
ll.RotTarget(quaternion(0,0,0,1), 3.14)
{
"def": "func",
"desc": "Set rotations with error of LeeWay radians as a rotational target, and return an ID for the rotational target.\nThe returned number is a handle that can be used in at_rot_target and llRotTargetRemove.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlRotTarget",
"private": false,
"takesSelf": false,
"name": "RotTarget",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
{
"def": "simple",
"value": "quaternion"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "LeeWay",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}