DB/TerrainMaterial: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
New in Cataclysm.


from static analysis of the binary (no idea, how many entries) --[[User:Schlumpf|Schlumpf]]
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}


* id
* ?
* int shader >= 0: {0 -> 2, 1 -> 3, 2 -> 4, 3 -> 5}
* filename
* ..?


==6.0.1.18179==
struct TerrainMaterialRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_name;
  uint32_t m_shader;
  {{Template:Type|stringref}} m_envMapPath;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 03:05, 20 July 2016

≥ Cata


6.0.1.18179

struct TerrainMaterialRec {
  uint32_t m_ID;
  stringref m_name;
  uint32_t m_shader;
  stringref m_envMapPath;
};