DB/CinematicSubtitle: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
{{Template:SectionBox|This section only applies to version {{Template:Sandbox/PrettyVersion|expansionlevel=0|build=0.10.0.3892}}}}
{{Template:SectionBox/VersionRange|min_expansionlevel=0|min_build=0.9.0.3807|max_expansionlevel=0|max_build=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]].
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====

Latest revision as of 13:18, 4 November 2017

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