GroupLootSetting

Client Version 1.12, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/social_common.wowm:1.

enum GroupLootSetting : u8 {
    FREE_FOR_ALL = 0;
    ROUND_ROBIN = 1;
    MASTER_LOOT = 2;
    GROUP_LOOT = 3;
    NEED_BEFORE_GREED = 4;
}

Type

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

Enumerators

EnumeratorValueComment
FREE_FOR_ALL0 (0x00)
ROUND_ROBIN1 (0x01)
MASTER_LOOT2 (0x02)
GROUP_LOOT3 (0x03)
NEED_BEFORE_GREED4 (0x04)

Used in: