MsgGameServerShutDown

This message is sent by the game server to the client to request a polite disconnect. Sending this message to the client causes an error state and spawns a message.

Table of Contents

Patch 5635

Message Definition

❓ Unverified

PosTypeNameDescriptionExample
0UInt16MsgSizeSize of the message12
2UInt16MsgTypeType of message1350
4UInt32ActionHow the message will be processed0
8UInt32Message IDThe message to display10

Shutdown Action

❓ Unverified

enum ShutdownAction {

    DEFAULT = 0;
}