Get Configuration Data

1 September 2015

  • Release 9.0 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getconfigurationdata Description[wiki]: The getconfigurationdata command allows you to query settings from Corrade's configuration file. Permissions[wiki]: system Parameters[wiki]: group, password Last Changes[wiki]: Release 9.0 - added. </data>

The getconfigurationdata command allows you to query settings from Corrade's configuration file. All the data parameters are taken as the values of the elements in the Corrade.ini file.

Command Required Parameters Required Corrade Permissions Example
getconfigurationdata group, password system
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // read the AIML and RLV settings
            "command", "getconfigurationdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasURLEscape(
                wasListToCSV(
                    [
                        "EnableSIML",
                        "EnableRLV"
                    ]
                )
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

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