DB/GMSurveyCurrentSurvey: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


==Structure==
==Structure==
  '''Column Field Type '''
  struct GMSurveyCurrentSurveyEntry // sizeof(0x8)
1 ID Integer
  {
  2 iRefID_[[GMSurveySurveys.dbc|GMSurveySurveys]] Integer
    m_LANGID; // +0x0, size 0x4, type 0
 
    m_GMSURVEY_ID; // +0x4, size 0x4, type 0
Retrieved from "http://www.sourcepeek.com/wiki/GMSurveyCurrentSurvey.dbc"
};


[[Category:DBC]]
[[Category:DBC]]

Revision as of 19:04, 16 April 2011

Header Info

Records.....................8
Fields......................2
Record Size.................8
String Block Size...........1

Structure

struct GMSurveyCurrentSurveyEntry // sizeof(0x8)
{
   m_LANGID; // +0x0, size 0x4, type 0
   m_GMSURVEY_ID; // +0x4, size 0x4, type 0
};