DB/LightSkybox: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
Line 13: Line 13:
  3 Flags Integer
  3 Flags Integer


==6.0.1.18179==
struct LightSkyboxRec {
  uint32_t m_ID;
  stringref m_name;
  uint32_t m_flags;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 20:58, 2 November 2014

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