CloseReason
Specifies the reason for the experience server shutdown.
Items 6
History | Name | Value | Description | |
---|---|---|---|---|
636 | Unknown | 0 | The server shut down for an unknown reason. | |
636 | RobloxMaintenance | 1 | The server shut down for maintenance. | |
636 | DeveloperShutdown | 2 | The experience developer has shut down the server, or functions bound by BindToClose() have been called inside Studio. | |
636 | DeveloperUpdate | 3 | The experience developer has migrated the server to a new place version. | |
636 | ServerEmpty | 4 | The last player has left and the experience is empty. | |
636 | OutOfMemory | 5 | The experience has hit the memory limit for the game server. |
Description
Specifies the reason for the experience server shutdown. This enum value is the first parameter passed to functions bound by BindToClose().
The DeveloperShutdown value must always be passed to functions bound by BindToClose() when they're called in Studio.
History 7
- 636 Add Unknown
- 636 Add ServerEmpty
- 636 Add RobloxMaintenance
- 636 Add OutOfMemory
- 636 Add DeveloperUpdate
- 636 Add DeveloperShutdown
- 636 Add CloseReason