DB/GlobalStrings

From wowdev
Revision as of 03:15, 11 October 2016 by Rangorn (talk | contribs)
Jump to navigation Jump to search

Contains all interface String values, successor of FrameXML/GlobalString.lua ≥ Legion

7.0.3.22594

Table

Column Field Type Notes
1 ID Integer
2 Stringname String
3 Stringvalue String
4 unk Integer


Structure

7.0.3.22594

struct GlobalStrings {
  uint32_t m_ID;
  stringref stringname;
  langstringref stringvalue;
  uint8_t unk;
};