Power

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/enums/power.wowm:1.

enum Power : u8 {
    MANA = 0;
    RAGE = 1;
    FOCUS = 2;
    ENERGY = 3;
    HAPPINESS = 4;
    HEALTH = 0xFE;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
MANA0 (0x00)mangoszero: The most common one, mobs usually have this or rage
RAGE1 (0x01)mangoszero: This is what warriors use to cast their spells
FOCUS2 (0x02)mangoszero: Used by hunters after Cataclysm (4.x)
ENERGY3 (0x03)mangoszero: Used by rouges to do their spells
HAPPINESS4 (0x04)mangoszero: Hunter's pet's happiness affect their damage
HEALTH254 (0xFE)mangoszero: Health, everyone has this (-2 as signed value)
This might not actually be sent to the client.

Used in:

Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/enums/power.wowm:20.

enum Power : u8 {
    MANA = 0;
    RAGE = 1;
    FOCUS = 2;
    ENERGY = 3;
    HAPPINESS = 4;
    RUNE = 5;
    RUNIC_POWER = 6;
    HEALTH = 0xFE;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
MANA0 (0x00)
RAGE1 (0x01)
FOCUS2 (0x02)
ENERGY3 (0x03)
HAPPINESS4 (0x04)
RUNE5 (0x05)
RUNIC_POWER6 (0x06)
HEALTH254 (0xFE)

Used in: