Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CharacterFlags

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_enum.wowm:3.

flag CharacterFlags : u32 {
    NONE = 0x00;
    LOCKED_FOR_TRANSFER = 0x04;
    HIDE_HELM = 0x400;
    HIDE_CLOAK = 0x800;
    GHOST = 0x2000;
    RENAME = 0x4000;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
LOCKED_FOR_TRANSFER4 (0x04)
HIDE_HELM1024 (0x400)
HIDE_CLOAK2048 (0x800)
GHOST8192 (0x2000)
RENAME16384 (0x4000)

Used in: