DB/CinematicSubtitle

From wowdev
Revision as of 11:32, 2 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search
This section only applies to version PreVanilla (0.10.0.3892)

This DBC was only ever used for build 3892 and contains only two records. These records contain the first two sentences of Illidan's W3 intro. It is superseded by SBT.

Struct

struct CinematicSubtitleRec {
  uint32_t m_ID;
  uint32_t m_flags;
  uint32_t m_startTimestamp;
  uint32_t m_endTimestamp;
  langstringref m_text;
};

Table

Column Field Type Notes
0 ID Integer
1 Flags Integer Boolean enables/disables record
2 StartTimestamp Integer In milliseconds
3 EndTimestamp Integer In milliseconds
4 Text Loc