ll.GetCameraPos () -> vectorReturns the current camera position for the agent the task has permissions for. Returns the position of the camera, of the user that granted the script PERMISSION_TRACK_CAMERA. If no user has granted the permission, it returns ZERO_VECTOR.
ll.GetCameraPos()
{
"def": "func",
"desc": "Returns the current camera position for the agent the task has permissions for.\nReturns the position of the camera, of the user that granted the script PERMISSION_TRACK_CAMERA. If no user has granted the permission, it returns ZERO_VECTOR.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetCameraPos",
"private": false,
"takesSelf": false,
"name": "GetCameraPos",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": []
}
]
}