ItemStatType
Client Version 1
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:91.
enum ItemStatType : u8 {
MANA = 0;
HEALTH = 1;
AGILITY = 3;
STRENGTH = 4;
INTELLECT = 5;
SPIRIT = 6;
STAMINA = 7;
}
Type
The basic type is u8, a 1 byte (8 bit) integer.
Enumerators
| Enumerator | Value | Comment |
|---|---|---|
MANA | 0 (0x00) | |
HEALTH | 1 (0x01) | |
AGILITY | 3 (0x03) | |
STRENGTH | 4 (0x04) | |
INTELLECT | 5 (0x05) | |
SPIRIT | 6 (0x06) | |
STAMINA | 7 (0x07) |
Used in: