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

OffsetSize / EndiannessTypeNameComment
0x004 / Littleu32question_idcmangos: questions found in GMSurveyQuestions.dbc
ref to i'th GMSurveySurveys.dbc field (all fields in that dbc point to fields in GMSurveyQuestions.dbc)
0x041 / -u8answerRating: hardcoded limit of 0-5 in pre-Wrath, ranges defined in GMSurveyAnswers.dbc Wrath+
0x05- / -CStringcommentUsage: GMSurveyAnswerSubmit(question, rank, comment)
cmangos: Unused in stock UI, can be only set by calling Lua function

Used in: