Get Event Info Data

21 January 2021

  • C10 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: geteventinfodata Description[wiki]: The geteventinfodata command can be used to query information on events by following the EventInfo structure. Permissions[wiki]: interact Parameters[wiki]: group, password, id Last Changes[wiki]: C10 - added. </data>

The geteventinfodata command can be used to query information on events by following the EventInfo structure.

Command Required Parameters Required Corrade Permissions Example
geteventinfodata group, password, id interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Get the global position and the
            // simulator name from an event
            // with ID 845254.
            "command", "geteventinfodata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // The event ID to retrieve data for.
            "id", "845254",
            "data", wasListToCSV(
                [
                    "GlobalPos",
                    "SimName"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes

  • The event ID can be retrieved using a directorysearch command.

secondlife/scripted_agents/corrade/api/commands/geteventinfodata.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.