DB/VehicleUIIndicator: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
  struct VehicleUIIndicatorRec {
  struct VehicleUIIndicatorRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_backgroundTexture;
   {{Template:Type|stringref}} m_backgroundTexture;
  };
  };
[[Category:DBC]]
[[Category:DBC]]

Revision as of 12:57, 23 February 2016

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