Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

EnumeratorValueComment
MANA0 (0x00)
HEALTH1 (0x01)
AGILITY3 (0x03)
STRENGTH4 (0x04)
INTELLECT5 (0x05)
SPIRIT6 (0x06)
STAMINA7 (0x07)

Used in: