DB/LoadingScreens

From wowdev
Revision as of 00:54, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page LoadingScreens.dbc to DB/LoadingScreens)
Jump to navigation Jump to search

Header Info

Records....................54
Fields......................3
Record Size................12
String Block Size........3786

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer
2 	Name 		String 		Internal Name
3 	Path 		String 		Filepath to loading screen file (Interface\Glues\LoadingScreens\[a-z0-9].blp)
cata	hasWideScreen	Integer

--Schlumpf 21:34, 9 August 2007 (CEST)

6.0.1.18179

struct LoadingScreensRec {
  uint32_t m_ID;
  stringref m_name;
  stringref m_fileName;
  uint32_t m_hasWideScreen;
};