DB/VehicleUIIndicator: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in WotLK. Category:DBC')
 
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
New in WotLK.


{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==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;
  {{Template:Type|stringref}} m_backgroundTexture;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]]
[[Category:6.0.1.18179]]

Latest revision as of 02:51, 20 July 2016

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