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
Enumerator | Value | Comment |
---|---|---|
STILL | 0 (0x00) | |
SLOW | 4 (0x04) | |
RAPID | 8 (0x08) |
Used in: