DB/GMSurveySurveys: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info ==
==1.12.1.5875, 6.0.1.18179==
Records.....................1
  struct GMSurveySurveysRec {
  Fields.....................11
  uint32_t m_ID;
Record Size................44
  {{Type/foreign_key|table=GMSurveyQuestions}} m_Q[15];
  String Block Size...........1
  };


==Structure==
[[Category:DBC]]
 
[[Category:DBC_Vanilla]]
'''Column Field Type'''
[[Category:DBC_WotLK]]
1 ID Integer 
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
2 iRefID_[[GMSurveyQuestions.dbc|GMSurveyQuestions]]_1  Integer 
3 iRefID_[[GMSurveyQuestions.dbc|GMSurveyQuestions]]_2  Integer 
4 iRefID_[[GMSurveyQuestions.dbc|GMSurveyQuestions]]_3  Integer 
5 iRefID_[[GMSurveyQuestions.dbc|GMSurveyQuestions]]_4  Integer 
6 iRefID_[[GMSurveyQuestions.dbc|GMSurveyQuestions]]_5  Integer 
7 iRefID_[[GMSurveyQuestions.dbc|GMSurveyQuestions]]_6  Integer 
''8 PH  NULL'' 
''9 PH  NULL  ''
''10 PH  NULL '' 
''11 PH  NULL  ''
 
Retrieved from "http://www.sourcepeek.com/wiki/GMSurveySurveys.dbc"

Latest revision as of 16:29, 1 January 2020

1.12.1.5875, 6.0.1.18179

struct GMSurveySurveysRec {
  uint32_t m_ID;
  foreign_key<uint32_t, &GMSurveyQuestionsRec::m_ID> m_Q[15];
};