LlGetCameraPos: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Gally Young (talk | contribs)
m Multi-lang
Gally Young (talk | contribs)
m fixe
Line 1: Line 1:
{{Multi-lang}}
{{LSL_Function/permission|PERMISSION_TRACK_CAMERA}}{{LSL_Function
{{LSL_Function/permission|PERMISSION_TRACK_CAMERA}}{{LSL_Function
|func=llGetCameraPos
|func=llGetCameraPos

Revision as of 12:06, 29 January 2008

Summary

Function: vector llGetCameraPos( );
0.0 Forced Delay
10.0 Energy

Returns a vector that is the current camera position for the agent the task has permissions for.

To run this function the script must request the PERMISSION_TRACK_CAMERA permission with llRequestPermissions.

Caveats

Permissions
  • Seems to act weird when the camera gets too far from the agent.

Examples

See Also

Events

•  run_time_permissions Permission receiving event

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions
•  llGetCameraRot

Articles

•  Script permissions

Deep Notes

Signature

function vector llGetCameraPos();