Get Grid Region Data

18 December 2014

  • Release 7.31 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getgridregiondata Description[wiki]: The getgridregiondata command gets information about any grid region following the libopenmetaverse GridRegion structure. Permissions[wiki]: land Parameters[wiki]: group, password, data Last Changes[wiki]: Release 7.31 - added. </data>

The getgridregiondata command gets information about any grid region following the libopenmetaverse GridRegion structure.

Command Required Parameters Required Corrade Permissions Example
getgridregiondata group, password, data land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getgridregiondata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // get the number of agents and
            // the water height for the region
            // named "Puget Sound" and return
            "region", "Puget Sound",
            "data", wasListToCSV(
                [
                    "Agents",
                    "WaterHeight"
                ]
            ),
            // sent to URL
            "callback", wasURLEscape(URL)
        ]
    )
);

The data parameter is supplied a CSV list of fields and properties of a libopenmetaverse GridRegion structure, including any sub-structures.

Optional Parameters Possible Value Description
region The name of a region on the grid. If this parameter is not specified, Corrade assumes the current region.

secondlife/scripted_agents/corrade/api/commands/getgridregiondata.txt ยท Last modified: by office

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

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.