FluidSpeed

Client Version 1.12

Used in SoundWaterType.dbc.

Wowm Representation

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

enum FluidSpeed : u8 {
    STILL = 0;
    SLOW = 4;
    RAPID = 8;
}

Type

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

Enumerators

EnumeratorValueComment
STILL0 (0x00)
SLOW4 (0x04)
RAPID8 (0x08)

Used in: