DB/TaxiNodes: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: Contains name and location data for flight nodes. This information is strictly used on the flight point selection map that is shown when clicking on a flight master. ==Header Info == Re...)
 
No edit summary
Line 10: Line 10:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 iRefID_Map Integer Map on which the flight point node is located  
  2 iRefID_[[Map.dbc|Map]] Integer Map on which the flight point node is located  
  3 x Float x Location on flightpoint selection map  
  3 x Float x Location on flightpoint selection map  
  4 y Float y Location on flightpoint selection map"  
  4 y Float y Location on flightpoint selection map"  

Revision as of 14:55, 23 July 2007

Contains name and location data for flight nodes. This information is strictly used on the flight point selection map that is shown when clicking on a flight master.

Header Info

Records...................164
Fields.....................16
Record Size................64
String Block Size........4711

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	iRefID_Map 	Integer 	Map on which the flight point node is located 
3 	x 		Float 		x Location on flightpoint selection map 
4 	y 		Float 		y Location on flightpoint selection map" 
5 	z 		Float 		z Location on flightpoint selection map " 
6 	sRefName 	String 		Only seen on flightpoint map. 
* 	Localization 	String* 	
15 	Unknown 	BitMask* 	Some type of flagging (horde) 
16 	Unknown 	BitMask* 	Some type of flagging (alliance) 

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