DB/VehicleUIIndicator: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
  2 backgroundTexture Text On screen image showing seats
  2 backgroundTexture Text On screen image showing seats


==6.0.1.18179==
struct VehicleUIIndicatorRec {
  uint32_t m_ID;
  stringref m_backgroundTexture;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 21:25, 2 November 2014

Header Info 3.3.5a (12340)

Records.....................9
Fields......................2
Record Size.................8
String Block Size.........327

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