A B C D E F I J K L M N O R S T U V W

llGetAttached

integer llGetAttached() Returns the object’s attachment point (or 0 if not attached) to the avatar. Valid values are: 0 Not attached ATTACH_CHEST 1 chest (roughly the sternum) ATTACH_HEAD 2 top of head (skull)...

llGetCameraPos

vector llGetCameraPos() 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. Q: Is this in region coordinates? A: Yes. To determine...

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...