libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <airportdb.h>
Data Fields | |
char | name [32] |
geo_pos2_t | pos |
float | hdgt |
ramp_start_type_t | type |
avl_node_t | node |
Information about a ‘ramp start’ - an initial airplane spawning location provided by the scenery author.
Definition at line 179 of file airportdb.h.
float hdgt |
True heading, deg
Definition at line 182 of file airportdb.h.
char name[32] |
Descriptive name
Definition at line 180 of file airportdb.h.
avl_node_t node |
Definition at line 184 of file airportdb.h.
geo_pos2_t pos |
Position
Definition at line 181 of file airportdb.h.
ramp_start_type_t type |
Type of ramp start
Definition at line 183 of file airportdb.h.