DB/GMSurveyCurrentSurvey: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info== Records.....................8 Fields......................2 Record Size.................8 String Block Size...........1 ==Structure== '''Column Field Type ''' 1 ...)
 
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.....................8
  struct GMSurveyCurrentSurveyRec {
  Fields......................2
  uint32_t m_LANGID;
Record Size.................8
  {{Type/foreign_key|table=GMSurveySurveys}} m_GMSURVEY_ID;
  String Block Size...........1
  };


==Structure==
[[Category:DBC]]
'''Column Field Type '''
[[Category:DBC_Vanilla]]
1 ID Integer
[[Category:DBC_WotLK]]
2 iRefID_[[GMSurveySurveys.dbc|GMSurveySurveys]] Integer
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
 
Retrieved from "http://www.sourcepeek.com/wiki/GMSurveyCurrentSurvey.dbc"

Latest revision as of 16:25, 1 January 2020

1.12.1.5875, 6.0.1.18179

struct GMSurveyCurrentSurveyRec {
  uint32_t m_LANGID;
  foreign_key<uint32_t, &GMSurveySurveysRec::m_ID> m_GMSURVEY_ID;
};