libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | |
int | version |
avl_tree_t | props |
This provides functionality to read and inspect the contents of an .acf file of X-Plane. Use acf_file_read() to generate this structure from an .acf file, and acf_file_free() to release it after use.
Definition at line 44 of file acf_file.c.
avl_tree_t props |
Tree of acf_prop_t's.
Definition at line 46 of file acf_file.c.
int version |
Version number of the file.
Definition at line 45 of file acf_file.c.