DB/GlobalStrings

From wowdev
Revision as of 18:50, 14 October 2016 by Schlumpf (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 GlobalStringsRec {
  uint32_t m_ID;
  stringref stringname;
  langstringref stringvalue;
  uint8_t unk;
};