DB/CinematicSubtitle: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "{{Template:SectionBox|This section only applies to version {{Template:Sandbox/PrettyVersion|expansionlevel=0|build=0.10.0.3892}}}} This DBC was only ever used for build 3892...")
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
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.
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;
  {{Template:Type|langstringref}} m_text;
};


====Table====
====Table====
Line 23: Line 32:
|}
|}
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Alpha]]

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