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

llGetObjectDetails

list llGetObjectDetails(key id, list params) Returns details of the object with the key id specified in the params list. The details are returned inside a list in the same order as the parameters are given. The value OBJECT_UNKNOWN_DETAIL is returned inside the list...

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