DB/CinematicSequences: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 11: Line 11:
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
|-  
|-  
| 2  || Unknown || NULL ||  
| 2  || soundID || Integer ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
| 3 || [[CinematicCamera.dbc|Camera]] || iRefID ||  
| 3 || [[CinematicCamera.dbc|Camera]] || Integer[8] ||  
|-
| 4-10  || Unknown || NULL || Most likely these are more references to cameras.
|}
|}



Revision as of 18:31, 16 April 2011

Defines sequences of M2-camera-cinematics. As far as I know there are no sequences in there, so all only have a single cam referenced.

Structure

Column Field Type Notes
1 ID Integer
2 soundID Integer
3 Camera Integer[8]

Retrieved from "http://www.sourcepeek.com/wiki/CinematicSequences.dbc"