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
acf_file_t Struct Reference

Data Fields

int version
 
avl_tree_t props
 

Detailed Description

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.

Field Documentation

◆ props

avl_tree_t props

Tree of acf_prop_t's.

Definition at line 46 of file acf_file.c.

◆ version

int version

Version number of the file.

Definition at line 45 of file acf_file.c.


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