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

Data Fields

char * name
 
char * value
 
avl_node_t node
 

Detailed Description

A single property entry of an ACF file.

Definition at line 33 of file acf_file.c.

Field Documentation

◆ name

char* name

Property name.

Definition at line 34 of file acf_file.c.

◆ node

avl_node_t node

Definition at line 36 of file acf_file.c.

◆ value

char* value

Property value.

Definition at line 35 of file acf_file.c.


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