OceanType

Client Version 1.12

Used in LiquidType.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/ocean_type.wowm:2.

enum OceanType : u8 {
    FIRE = 0;
    SLIME = 2;
    WATER = 3;
}

Type

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

Enumerators

EnumeratorValueComment
FIRE0 (0x00)
SLIME2 (0x02)
WATER3 (0x03)

Used in: