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

KeyVersion

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/login_logout/smsg_addon_info.wowm:25.

enum KeyVersion : u8 {
    ZERO = 0;
    ONE = 1;
    TWO = 2;
    THREE = 3;
    FOUR = 4;
    FIVE = 5;
    SIX = 6;
    SEVEN = 7;
    EIGHT = 8;
    NINE = 9;
}

Type

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

Enumerators

EnumeratorValueComment
ZERO0 (0x00)
ONE1 (0x01)
TWO2 (0x02)
THREE3 (0x03)
FOUR4 (0x04)
FIVE5 (0x05)
SIX6 (0x06)
SEVEN7 (0x07)
EIGHT8 (0x08)
NINE9 (0x09)

Used in: