EncounterFrame
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/raid/smsg_update_instance_encounter_unit.wowm:1
.
enum EncounterFrame : u32 {
ENGAGE = 0;
DISENGAGE = 1;
UPDATE_PRIORITY = 2;
ADD_TIMER = 3;
ENABLE_OBJECTIVE = 4;
UPDATE_OBJECTIVE = 5;
DISABLE_OBJECTIVE = 6;
REFRESH_FRAMES = 7;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
ENGAGE | 0 (0x00) | |
DISENGAGE | 1 (0x01) | |
UPDATE_PRIORITY | 2 (0x02) | |
ADD_TIMER | 3 (0x03) | |
ENABLE_OBJECTIVE | 4 (0x04) | |
UPDATE_OBJECTIVE | 5 (0x05) | |
DISABLE_OBJECTIVE | 6 (0x06) | |
REFRESH_FRAMES | 7 (0x07) | azerothcore: can be used to refresh frames after unit was destroyed from client and send back (phase changes) |
Used in: