Rebake

<data Commands> Type: Corrade progressive command Command[wiki]: rebake Description[wiki]: Corrade can rebake its own textures using the rebake command. Permissions[wiki]: grooming Parameters[wiki]: group, password Last Changes[wiki]: none </data>

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)
        ]
    )
);