ServerCategory
Client Version 1.12
Used in Cfg_Categories.dbc
.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/external/server_category.wowm:2
.
enum ServerCategory : u8 {
ONE = 1;
TWO = 2;
THREE = 3;
FIVE = 5;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
ONE | 1 (0x01) | |
TWO | 2 (0x02) | |
THREE | 3 (0x03) | |
FIVE | 5 (0x05) |
Used in: