21 December 2014
<data Commands>
Type: Corrade progressive command
Command[wiki]: getscriptpermissionrequests
Description[wiki]: The getscriptpermissionrequests
command can be used to retrieve a CSV list of pending script permission requests.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
Last Changes[wiki]: Release 7.34 - added.
</data>
The getscriptpermissionrequests
command can be used to retrieve a CSV list of pending script permission requests.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getscriptpermissionrequests | group , password | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get all pending script permission requests "command", "getscriptpermissionrequests", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
The CSV list of returned script permission requests contains, in order:
Some of the returned parameters in the CSV list are the ones needed by the replytoscriptpermissionrequest command in order to reply to the script permission request.