Set Region Debug

setregiondebug (Commands)
TypeCorrade progressive command
Commandsetregiondebug
DescriptionGiven estate rights, and Corrade land permissions, the setregiondebug command allows the user to toggle scripts, collisions and physics for the current region.
Permissionsland
Parametersgroup, password, scripts, collisions, physics
Last Changesnone

Given estate rights, and Corrade land permissions, the setregiondebug command allows the user to toggle scripts, collisions and physics for the current region.

Command Required Parameters Required Corrade Permissions Example
setregiondebug group, password, scripts, collisions, physics land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "setregiondebug",
            "group", wasURLEscape(GROUP),
            // enable scripts
            "scripts", "true",
            // disable collisions
            "collisions", "false",
            // disable physics
            "physics", "false",
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

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