8 April 2017
getestateinfodata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getestateinfodata |
Description | The getestateinfodata gets estate info data information following the EstateUpdateInfoReplyEventArgs structure. |
Permissions | land |
Parameters | group , password , data |
Last Changes | Release 9.161 - added. |
The getestateinfodata
gets estate info data information following the EstateUpdateInfoReplyEventArgs structure.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getestateinfodata | group , password , data | land | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "getestateinfodata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // returns the estate owner and // name of the current estate "data", wasListToCSV( [ "EstateOwner", "EstateName" ] ), // sent to URL "callback", wasURLEscape(URL) ] ) ); |
The data
parameter is supplied a CSV
list of fields and properties of a EstateUpdateInfoReplyEventArgs structure and including any sub-structures.
Optional Parameter | Possible Values | Description |
---|---|---|
region | A string representing a region name. | Attempt to perform the command on the specified region. Note that Corrade must be connected to that region. If in doubt, please use the getconnectedregions command to determine whether the region you want to specify is currently connected. |