Rebake

Corrade can rebake its own textures using the rebake command.

Command Required Parameters Required Corrade Permissions Example
rebake group, password grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "rebake",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);