restartregion (Commands) | |
---|---|
Type | Corrade progressive command |
Command | restartregion |
Description | Restart the current region. |
Permissions | land |
Parameters | group , password , action |
Last Changes | none |
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. |