DB/MovieVariation: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==9183==
 
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
 
==9183,12340==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 7: Line 10:
! width="600" | Notes
! width="600" | Notes
|-  
|-  
|0  || unknown || Integer  ||  
|0  || ID || Integer  ||  
|-  
|-  
|1  || unknown ||Integer||
|1  || movieID ||Integer||
|-  
|-  
|2  || unknown || iRefID  || It's the same in MovieFileData.dbc and FileData.dbc
|2  || fileDataID || iRefID  || Refers to [[FileData.dbc]] and [[MovieFileData.dbc]]
|}
|}
==6.0.1.18179==
struct MovieVariationRec {
  uint32_t m_ID;
  uint32_t m_movieID;
  uint32_t m_fileDataID;
  uint32_t m_OverlayFileDataID;
};
[[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:47, 20 July 2016

≥ Wrath

9183,12340

Column Field Type Notes
0 ID Integer
1 movieID Integer
2 fileDataID iRefID Refers to FileData.dbc and MovieFileData.dbc

6.0.1.18179

struct MovieVariationRec {
  uint32_t m_ID;
  uint32_t m_movieID;
  uint32_t m_fileDataID;
  uint32_t m_OverlayFileDataID;
};