GroupListMember
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/social/smsg_group_list.wowm:8
.
struct GroupListMember {
CString name;
Guid guid;
Bool is_online;
u8 flags;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | - / - | CString | name | |
- | 8 / Little | Guid | guid | |
- | 1 / - | Bool | is_online | |
- | 1 / - | u8 | flags | mangoszero/cmangos/vmangos: own flags (groupid |
Used in:
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/social/smsg_group_list.wowm:35
.
struct GroupListMember {
CString name;
Guid guid;
Bool is_online;
u8 group_id;
u8 flags;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | - / - | CString | name | |
- | 8 / Little | Guid | guid | |
- | 1 / - | Bool | is_online | |
- | 1 / - | u8 | group_id | |
- | 1 / - | u8 | flags | mangosone: 0x2 main assist, 0x4 main tank |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/social/smsg_group_list.wowm:67
.
struct GroupListMember {
CString name;
Guid guid;
Bool is_online;
u8 group_id;
u8 flags;
u8 lfg_roles;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | - / - | CString | name | |
- | 8 / Little | Guid | guid | |
- | 1 / - | Bool | is_online | |
- | 1 / - | u8 | group_id | |
- | 1 / - | u8 | flags | mangosone: 0x2 main assist, 0x4 main tank |
- | 1 / - | u8 | lfg_roles |
Used in: