DB/VehicleUIIndicator

From wowdev
Revision as of 02:51, 20 July 2016 by Synric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

≥ Wrath

3.3.5a.12340

Column	Field			Type		Note
1	ID			Integer		
2	backgroundTexture	Text		On screen image showing seats

6.0.1.18179

struct VehicleUIIndicatorRec {
  uint32_t m_ID;
  stringref m_backgroundTexture;
};