DB/CinematicSubtitle

From wowdev
Revision as of 13:18, 4 November 2017 by Barncastle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This section only applies to versions PreVanilla (0.9.0.3807) … PreVanilla (0.10.0.3892).

This DBC was only used for a limited time between 0.9.0 and 0.10.0 and contains only two records. These records contain the first two sentences of Illidan's WC3 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