DB/LightSkybox

From wowdev
Revision as of 19:58, 2 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

Links the various potential skyboxes that can be used to a numerical ID that can be used in other DBC files more easily.

Header Info

Records....................15
Fields......................3
Record Size.................?
String Block Size...........?

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	sRefPath 	String 		This is the model that will be represented by the corresponding ID. path: Environments\Stars\[a-z].mdx" 
3 	Flags 		Integer		

6.0.1.18179

struct LightSkyboxRec {
  uint32_t m_ID;
  stringref m_name;
  uint32_t m_flags;
};