CMSG_GMSURVEY_SUBMIT
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/gamemaster/cmsg_gmsurvey_submit.wowm:14.
cmsg CMSG_GMSURVEY_SUBMIT = 0x032A {
u32 survey_id;
GmSurveyQuestion[10] questions;
CString answer_comment;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 4 / Little | u32 | survey_id | cmangos: Survey ID: found in GMSurveySurveys.dbc |
| 0x0A | ? / - | GmSurveyQuestion[10] | questions | |
| - | - / - | CString | answer_comment | cmangos: Answer comment: Unused in stock UI, can be only set by calling Lua function cmangos: Answer comment max sizes in bytes: Vanilla - 8106:8110, TBC - 11459:11463, Wrath - 582:586 |