llGetCameraRot

rotation llGetCameraRot() Returns the rotation of the camera of the user who’s granted this script PERMISSION_TRACK_CAMERA. If no user has granted the permission, it returns ZERO_ROTATION. The key of the user whose camera is being...

llGetNotecardLine

key llGetNotecardLine(string name, integer line) This function fetches line number of notecard name and returns the data through the dataserver event. The line count starts at zero. If the requested line is past...

llGetPermissions

integer llGetPermissions();  Returns which permissions have been granted. The return value will be a bitmask of the following values: Constant: Result Allows PERMISSION_DEBIT Permission to take money from agent’s account. Use of llGiveMoney....

llGetRegionAgentCount

Function: integer llGetRegionAgentCount( ); Returns an integer that is the number of avatars in the region. Caveats The value returned by this function is technically the average number of agents who were in the region for the past second, rounded to the nearest...