DB/TransportAnimation: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 01:17, 13 February 2016

Header Info

Records..................1854
Fields......................7
Record Size................28
String Block Size...........1

Structure

Column	Field 			Type 
1 	ID 			Integer 	
2 	TransportID 		Integer		
3 	TimeIndex 		Integer
4 	PosX 		Float 	
5 	PosY 		Float 	
6 	PosZ 		Float 	
7 	iRefID_SequenceID 	Integer 	

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

6.0.1.18179

struct TransportAnimationRec {
  uint32_t m_ID;
  uint32_t m_TransportID;
  uint32_t m_TimeIndex;
  float m_Pos[3];
  uint32_t m_SequenceID;
};