DB/GMSurveyCurrentSurvey
Jump to navigation
Jump to search
Column | Field | Type | Notes |
---|---|---|---|
1 | LangID | Integer | |
2 | GMSurveyID | Integer |
struct GMSurveyCurrentSurveyEntry // sizeof(0x8) { m_LANGID; // +0x0, size 0x4, type 0 m_GMSURVEY_ID; // +0x4, size 0x4, type 0 };
1.12.1.5875, 6.0.1.18179
struct GMSurveyCurrentSurveyRec { uint32_t m_LANGID; foreign_keyⁱ<uint32_t, &GMSurveySurveysRec::m_ID> m_GMSURVEY_ID; };