Set Configuration Data

1 September 2015

  • Release 9.0 - added.
setconfigurationdata (Commands)
TypeCorrade progressive command
Commandsetconfigurationdata
DescriptionThe setconfigurationdata command allows you to set parameters in Corrade's configuration file. All the data parameters are taken as the values of the elements in the Corrade.ini file.
Permissionssystem
Parametersgroup, password
Last ChangesRelease 9.0 - added.

The setconfigurationdata command allows you to set parameters in Corrade's configuration file. All the data parameters are taken as the values of the elements in the configuration file.

Command Required Parameters Required Corrade Permissions Example
setconfigurationdata group, password system
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // enable AIML
            "command", "setconfigurationdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasURLEscape(
                wasListToCSV(
                    [
                        "EnableSIML",
                        "True"
                    ]
                )
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

secondlife/scripted_agents/corrade/api/commands/setconfigurationdata.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

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.