GmSurveyQuestion
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:3.
struct GmSurveyQuestion {
u32 question_id;
u8 answer;
CString comment;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 4 / Little | u32 | question_id | cmangos: questions found in GMSurveyQuestions.dbc ref to i'th GMSurveySurveys.dbc field (all fields in that dbc point to fields in GMSurveyQuestions.dbc) |
| 0x04 | 1 / - | u8 | answer | Rating: hardcoded limit of 0-5 in pre-Wrath, ranges defined in GMSurveyAnswers.dbc Wrath+ |
| 0x05 | - / - | CString | comment | Usage: GMSurveyAnswerSubmit(question, rank, comment)cmangos: Unused in stock UI, can be only set by calling Lua function |
Used in: