DB/CinematicSequences

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

Defines sequences of M2-camera-cinematics. As far as I know there are no sequences in there, so all only have a single cam referenced.

Structure

Column Field Type Notes
1 ID Integer
2 soundID Integer
3 Camera Integer[8]

Retrieved from "http://www.sourcepeek.com/wiki/CinematicSequences.dbc"

6.0.1.18179

struct CinematicSequencesRec {
  uint32_t m_ID;
  uint32_t m_soundID;
  uint32_t m_camera[8];
};