7 June 2015
getconnectedregions (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getconnectedregions |
Description | The getconnectedregions can be used to retrieve a CSV list of simulator names that Corrade is currently connected to. |
Permissions | land |
Parameters | group , password |
Last Changes | Release 8.22 - added. |
The getconnectedregions
can be used to retrieve a CSV list of simulator names that Corrade is currently connected to.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getconnectedregions | group , password | land | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get current connected regions "command", "getconnectedregions", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |