AuctionCommandAction
Client Version 1.12, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_command_result.wowm:1
.
enum AuctionCommandAction : u32 {
STARTED = 0;
REMOVED = 1;
BID_PLACED = 2;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
STARTED | 0 (0x00) | ERR_AUCTION_STARTED |
REMOVED | 1 (0x01) | ERR_AUCTION_REMOVED |
BID_PLACED | 2 (0x02) | ERR_AUCTION_BID_PLACED |
Used in: