ReputationFlags

Client Version 1.12

Used in Faction.dbc.

Wowm Representation

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

flag ReputationFlags : u8 {
    VISIBLE_TO_CLIENT = 0x01;
    ENABLE_AT_WAR = 0x02;
    HIDE_IN_CLIENT = 0x04;
    FORCE_HIDE_IN_CLIENT = 0x08;
    FORCE_AT_PEACE = 0x10;
    FACTION_INACTIVE = 0x20;
}

Type

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

Enumerators

EnumeratorValueComment
VISIBLE_TO_CLIENT1 (0x01)
ENABLE_AT_WAR2 (0x02)
HIDE_IN_CLIENT4 (0x04)
FORCE_HIDE_IN_CLIENT8 (0x08)
FORCE_AT_PEACE16 (0x10)
FACTION_INACTIVE32 (0x20)

Used in: