DB/CinematicSubtitle

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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