EnvironmentalDamageType

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/combat/smsg_environmentaldamagelog.wowm:3.

enum EnvironmentalDamageType : u8 {
    EXHAUSTED = 0;
    DROWNING = 1;
    FALL = 2;
    LAVA = 3;
    SLIME = 4;
    FIRE = 5;
}

Type

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

Enumerators

EnumeratorValueComment
EXHAUSTED0 (0x00)
DROWNING1 (0x01)
FALL2 (0x02)
LAVA3 (0x03)
SLIME4 (0x04)
FIRE5 (0x05)

Used in: