CorpseQueryResult
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/queries/msg_corpse_query_server.wowm:1
.
enum CorpseQueryResult : u8 {
NOT_FOUND = 0;
FOUND = 1;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NOT_FOUND | 0 (0x00) | |
FOUND | 1 (0x01) |
Used in: