DB/Cinematic: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


This DBC was only ever used for build 3892 and contains only one record.
This DBC was only ever used for build 3892 and contains only one record.
====Struct====
struct CinematicRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_type;
  {{Template:Type|stringref}} m_file;
};


====Table====
====Table====

Revision as of 11:29, 2 October 2017

This section only applies to version PreVanilla (0.10.0.3892)

This DBC was only ever used for build 3892 and contains only one record.

Struct

struct CinematicRec {
  uint32_t m_ID;
  stringref m_type;
  stringref m_file;
};

Table

Column Field Type Notes
0 ID Integer
1 Type String "intro"
2 File String "Data\Movies\Intro.avi" this file doesn't exist in the data