Adaptive Framework
0.9.0
|
Struct for script function parameter. More...
#include <afw_value_internal.h>
Data Fields | |
const afw_utf8_t * | name |
const afw_value_type_t * | type |
const afw_value_t * | default_value |
afw_boolean_t | is_optional |
afw_boolean_t | is_rest |
Struct for script function parameter.
Definition at line 398 of file afw_value_internal.h.