Rebake
rebake (Commands) |
Type | Corrade progressive command |
Command | rebake |
Description | Corrade can rebake its own textures using the rebake command. |
Permissions | grooming |
Parameters | group , password |
Last Changes | none |
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)
]
)
);
|