DB/LoadingScreens

From wowdev
Revision as of 23:58, 22 February 2016 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

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