DB/GlobalStrings: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (use _t suffix for type)
No edit summary
Line 22: Line 22:
==Structure==
==Structure==
===7.0.3.22594===
===7.0.3.22594===
  struct CameraShakesRec {
  struct GlobalStrings {
   uint32_t m_ID;
   uint32_t m_ID;
   {{Template:Type|stringref}} stringname;
   {{Template:Type|stringref}} stringname;

Revision as of 03:15, 11 October 2016

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;
};