DB/FileData

From wowdev
Revision as of 12:53, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search

Contains all the external movie files referred to by World of Warcraft. Connected to Movie.dbc, MovieFileData.dbc and MovieVariation.dbc.

9183,12340

Column Field Type Notes
0 ID Integer
1 FileName String
2 FilePath String "INTERFACE\CINEMATICS\" most of the time

6.0.1.18179

struct FileDataRec {
  uint32_t m_ID;
  stringref m_filename;
  stringref m_filepath;
};