libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
ramp_start_t Struct Reference

#include <airportdb.h>

Collaboration diagram for ramp_start_t:
Collaboration graph
[legend]

Data Fields

char name [32]
 
geo_pos2_t pos
 
float hdgt
 
ramp_start_type_t type
 
avl_node_t node
 

Detailed Description

Information about a ‘ramp start’ - an initial airplane spawning location provided by the scenery author.

Definition at line 179 of file airportdb.h.

Field Documentation

◆ hdgt

float hdgt

True heading, deg

Definition at line 182 of file airportdb.h.

◆ name

char name[32]

Descriptive name

Definition at line 180 of file airportdb.h.

◆ node

avl_node_t node

Definition at line 184 of file airportdb.h.

◆ pos

Position

Definition at line 181 of file airportdb.h.

◆ type

ramp_start_type_t type

Type of ramp start

Definition at line 183 of file airportdb.h.


The documentation for this struct was generated from the following file: