LockType

Client Version 1.12

Used in Lock.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/lock_type.wowm:2.

enum LockType : u8 {
    NONE = 0;
    ITEM_REQUIRED = 1;
    LOCKTYPE_REFERENCE = 2;
}

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
ITEM_REQUIRED1 (0x01)
LOCKTYPE_REFERENCE2 (0x02)

Used in: