DB/Movie: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==12340==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180 " | Field
! width="80" | Type
! width="600" | Notes
|-
|0 || ID(?)  || Integer  || 1,2,14, 16
|-
|1  || MoviePath  || String || The Path+Name of the Movie in the locale Folder.
|-
|2  || volume  ||  Integer || always 100 (Some Editors show a flag [0x64]!)
|}


 
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==9183==
==9183,12340==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 24: Line 9:
! width="600" | Notes
! width="600" | Notes
|-  
|-  
|0 || ID(?) || Integer  || 1,2,14
|0 || ID  || Integer  ||
|-  
|-  
|1  || MoviePath  || String || The Path+Name of the Movie in the locale Folder
|1  || MoviePath  || String || The Path+Name of the Movie in the locale folder.
|-  
|-  
|2  || volume  ||  Integer || always 100
|2  || volume  ||  Integer || always 100
|}
|}


 
==6.0.1.18179==
struct MovieRec {
  uint32_t m_ID;
  uint32_t m_volume;
  uint32_t m_keyID;
  uint32_t m_audioFileDataID;
  uint32_t m_subtitleFileDataID;
};
[[Category:DBC]] [[Category:3.0.3.9183]] [[Category:3.3.5.12340]]
[[Category:DBC]] [[Category:3.0.3.9183]] [[Category:3.3.5.12340]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 02:46, 20 July 2016

≥ Wrath

9183,12340

Column Field Type Notes
0 ID Integer
1 MoviePath String The Path+Name of the Movie in the locale folder.
2 volume Integer always 100

6.0.1.18179

struct MovieRec {
  uint32_t m_ID;
  uint32_t m_volume;
  uint32_t m_keyID;
  uint32_t m_audioFileDataID;
  uint32_t m_subtitleFileDataID;
};