libamxo
4.3.4
Object Definition Language (ODL) parsing
|
Go to the source code of this file.
Functions | |
int | amxo_parser_save (amxo_parser_t *pctx, const char *filename, amxd_object_t *object, uint32_t depth, amxc_var_t *config, bool append) |
int | amxo_parser_save_config (amxo_parser_t *pctx, const char *filename, amxc_var_t *config, bool append) |
int | amxo_parser_save_object (amxo_parser_t *pctx, const char *filename, amxd_object_t *object, bool append) |
int amxo_parser_save | ( | amxo_parser_t * | pctx, |
const char * | filename, | ||
amxd_object_t * | object, | ||
uint32_t | depth, | ||
amxc_var_t * | config, | ||
bool | append | ||
) |
Definition at line 700 of file amxo_save.c.
int amxo_parser_save_config | ( | amxo_parser_t * | pctx, |
const char * | filename, | ||
amxc_var_t * | config, | ||
bool | append | ||
) |
Definition at line 748 of file amxo_save.c.
int amxo_parser_save_object | ( | amxo_parser_t * | pctx, |
const char * | filename, | ||
amxd_object_t * | object, | ||
bool | append | ||
) |
Definition at line 755 of file amxo_save.c.