Restart a Region
<data Commands>
Type: Corrade progressive command
Command[wiki]: restartregion
Description[wiki]: Restart the current region.
Permissions[wiki]: land
Parameters[wiki]: group
, password
, action
Last Changes[wiki]: none
</data>
Command | Required Parameters | Required Corrade Permissions | Example |
restartregion | group , password , action | land | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
"command", "restartregion",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"action", "restart"
]
)
);
|
Parameter | Possible Values | Description |
action | restart | Schedules a region restart. |
cancel | Cancels a pending region restart. |
Optional Parameter | Possible Value | Description |
delay | An integer. | The number of seconds to wait before restarting a region. If this parameter is not specified, then a delay of 120 seconds will be assumed. |