Get Region Top Scripts and Colliders

<data Commands> Type: Corrade progressive command Command[wiki]: getregiontop Description[wiki]: The getregiontop command gets the current region top scripts or colliders. Permissions[wiki]: land Parameters[wiki]: group, password, type Last Changes[wiki]: none </data>

The getregiontop command gets the current region top scripts or colliders.

Command Required Parameters Required Corrade Permissions Example
getregiontop group, password, type land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getregiontop",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "type", "scripts",
            "callback", wasURLEscape(URL)
        ]
    )
);
Parameter Possible Values Description
type scripts Get region top scripts.
colliders Get region top colliders.

The command also supports an optional parameter called amount which represents the amount of top scripts or colliders to return. If the amount parameter is not supplied, then only the first 5 tasks will be returned.

The data returned to the URL is a CSV-list for every top script or collider (also called a task), sorted by its score and the data is returned in the following order:

  1. The score.
  2. The name of the task.
  3. UUID of the task.
  4. The owner name of the task.
  5. A vector representing the position of the task.

secondlife/scripted_agents/corrade/api/commands/getregiontop.txt ยท Last modified: by 127.0.0.1

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.