Get Estate Info Data

8 April 2017

  • Release 9.161 - added.
getestateinfodata (Commands)
TypeCorrade progressive command
Commandgetestateinfodata
DescriptionThe getestateinfodata gets estate info data information following the EstateUpdateInfoReplyEventArgs structure.
Permissionsland
Parametersgroup, password, data
Last ChangesRelease 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.

secondlife/scripted_agents/corrade/api/commands/getestateinfodata.txt ยท Last modified: 2023/09/27 10:10 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.