8 April 2017
<data Commands>
Type: Corrade progressive command
Command[wiki]: getestateinfodata
Description[wiki]: The getestateinfodata
gets estate info data information following the EstateUpdateInfoReplyEventArgs structure.
Permissions[wiki]: land
Parameters[wiki]: group
, password
, data
Last Changes[wiki]: Release 9.161 - added.
</data>
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. |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.