#include <level.h>
Data Fields | |
| int | ltype |
| Type of the level. | |
| int | l1 |
| L1 value of the level. | |
| int | l2 |
| L2 value of the level. | |
| int | data_count |
| Number of items in this level. | |
| int | data_alloc |
| Number of items allocated (must always be greater than or equal to data_count. | |
| dba_msg_datum * | data |
| The array with the data, reallocated as needed. | |
Type of the level.
See Level type values.
L1 value of the level.
See Level type values.
L2 value of the level.
See Level type values.
1.5.2