PageTextMaterial
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:145
.
enum PageTextMaterial : u8 {
NONE = 0;
PARCHMENT = 1;
STONE = 2;
MARBLE = 3;
SILVER = 4;
BRONZE = 5;
VALENTINE = 6;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
PARCHMENT | 1 (0x01) | |
STONE | 2 (0x02) | |
MARBLE | 3 (0x03) | |
SILVER | 4 (0x04) | |
BRONZE | 5 (0x05) | |
VALENTINE | 6 (0x06) |
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:158
.
enum PageTextMaterial : u8 {
NONE = 0;
PARCHMENT = 1;
STONE = 2;
MARBLE = 3;
SILVER = 4;
BRONZE = 5;
VALENTINE = 6;
ILLIDAN = 7;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
PARCHMENT | 1 (0x01) | |
STONE | 2 (0x02) | |
MARBLE | 3 (0x03) | |
SILVER | 4 (0x04) | |
BRONZE | 5 (0x05) | |
VALENTINE | 6 (0x06) | |
ILLIDAN | 7 (0x07) |
Used in: