DB/CinematicSequences: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (New Style.)
Line 1: Line 1:
==Header Info==
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.
 
Records....................12
Fields.....................10
Record Size................40
String Block Size...........1


==Structure==
==Structure==
 
{| style="background:#FCFCFC; color:black"
'''Column Field Type Notes'''
|-
  1 ID Integer
! width="80" | Column  
  ''2 Unknown NULL ''
! width="180 " | Field  
3 iRefID_[[CinematicCamera.dbc|CinematicCamera]] Integer
! width="80" | Type  
''4-10 Unknown NULL Always NULL so combined column four through ten.''
! width="500" | Notes
|-
| 1 || ID || Integer ||
|-
| 2 || Unknown || NULL ||
|- style="background:#F0F8FF;"
| 3 || [[CinematicCamera.dbc|Camera]] || iRefID ||
|-
| 4-10 || Unknown || NULL || Most likely these are more references to cameras.
|}


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


[[Category:DBC]]
[[Category:DBC]]

Revision as of 17:58, 27 September 2008

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 Unknown NULL
3 Camera iRefID
4-10 Unknown NULL Most likely these are more references to cameras.

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