DB/TerrainMaterial: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
* ..?
* ..?


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

Revision as of 21:22, 2 November 2014

New in Cataclysm.

from static analysis of the binary (no idea, how many entries) --Schlumpf

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

6.0.1.18179

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