by Brayla Sana | Feb 11, 2022 | Dataserver, Functions, LSL, OSSL, Wiki
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...
by Brayla Sana | Feb 11, 2022 | Dataserver, Functions, LSL, OSSL, Wiki
key llGetNumberOfNotecardLines(string name) Returns number of lines in the notecard name via the dataserver event. (Cast the value returned by the dataserver to an integer.) The key returned is a query id for...
by Brayla Sana | Jun 16, 2017 | Uncategorized
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...
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
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....
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
key llGetPermissionsKey() Returns avatar key for which permissions have been granted or NULL_KEY if none have been granted. Compare with llRequestPermissions and...