DB/CinematicSubtitle
Jump to navigation
Jump to search
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 |