TrainerSpellState
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/smsg_trainer_list.wowm:1
.
enum TrainerSpellState : u8 {
GREEN = 0;
RED = 1;
GRAY = 2;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
GREEN | 0 (0x00) | |
RED | 1 (0x01) | |
GRAY | 2 (0x02) |
Used in: