ll.GetCameraRot () -> quaternionReturns the current camera orientation for the agent the task has permissions for. If no user has granted the PERMISSION_TRACK_CAMERA permission, returns ZERO_ROTATION.
ll.GetCameraRot()
{
"def": "func",
"desc": "Returns the current camera orientation for the agent the task has permissions for. If no user has granted the PERMISSION_TRACK_CAMERA permission, returns ZERO_ROTATION.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetCameraRot",
"private": false,
"takesSelf": false,
"name": "GetCameraRot",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "quaternion"
}
],
"optional": false
}
],
"args": []
}
]
}