ServerMessageType
Client Version 1.12, Client Version 2
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/chat/smsg_server_message.wowm:1
.
enum ServerMessageType : u32 {
SHUTDOWN_TIME = 1;
RESTART_TIME = 2;
CUSTOM = 3;
SHUTDOWN_CANCELLED = 4;
RESTART_CANCELLED = 5;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
SHUTDOWN_TIME | 1 (0x01) | |
RESTART_TIME | 2 (0x02) | |
CUSTOM | 3 (0x03) | |
SHUTDOWN_CANCELLED | 4 (0x04) | |
RESTART_CANCELLED | 5 (0x05) |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/chat/smsg_server_message.wowm:18
.
enum ServerMessageType : u32 {
SHUTDOWN_TIME = 1;
RESTART_TIME = 2;
CUSTOM = 3;
SHUTDOWN_CANCELLED = 4;
RESTART_CANCELLED = 5;
BATTLEGROUND_SHUTDOWN = 6;
BATTLEGROUND_RESTART = 7;
INSTANCE_SHUTDOWN = 8;
INSTANCE_RESTART = 9;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
SHUTDOWN_TIME | 1 (0x01) | |
RESTART_TIME | 2 (0x02) | |
CUSTOM | 3 (0x03) | |
SHUTDOWN_CANCELLED | 4 (0x04) | |
RESTART_CANCELLED | 5 (0x05) | |
BATTLEGROUND_SHUTDOWN | 6 (0x06) | |
BATTLEGROUND_RESTART | 7 (0x07) | |
INSTANCE_SHUTDOWN | 8 (0x08) | |
INSTANCE_RESTART | 9 (0x09) |
Used in: