libamxd
6.4.1
Data Model Manager
|
Data Fields | |
amxc_var_t * | response |
amxc_var_t * | args |
bool | key_path |
bool | template_only |
bool | include_templates |
amxd_status_t | status |
bool | has_params |
Definition at line 70 of file amxd_dm_get_function.c.
amxc_var_t* _amxd_get::args |
Definition at line 72 of file amxd_dm_get_function.c.
bool _amxd_get::has_params |
Definition at line 77 of file amxd_dm_get_function.c.
bool _amxd_get::include_templates |
Definition at line 75 of file amxd_dm_get_function.c.
bool _amxd_get::key_path |
Definition at line 73 of file amxd_dm_get_function.c.
amxc_var_t* _amxd_get::response |
Definition at line 71 of file amxd_dm_get_function.c.
amxd_status_t _amxd_get::status |
Definition at line 76 of file amxd_dm_get_function.c.
bool _amxd_get::template_only |
Definition at line 74 of file amxd_dm_get_function.c.