#include <mxsobjects.h>
Public Attributes | |
| Value * | name |
| MCHAR | desc_type |
| MCHAR | flags |
| union { | |
| struct { | |
| int parm_id | |
| } | |
| struct { | |
| max_getter_cf getter | |
| max_setter_cf setter | |
| } | |
| struct { | |
| int subanim_num | |
| } | |
| struct { | |
| int refno | |
| int pbn_id | |
| } | |
| }; | |
| ParamType | type |
| union { | |
| float fval | |
| int ival | |
| BOOL bval | |
| INT_PTR pval | |
| struct { | |
| float x | |
| float y | |
| float z | |
| float w | |
| } | |
| struct { | |
| float r | |
| float g | |
| float b | |
| float a | |
| } | |
| struct { | |
| float h | |
| float s | |
| float v | |
| } | |
| struct { | |
| int btn_min | |
| int btn_max | |
| int btn_val | |
| } | |
| } | init_val |
| Value* name |
| MCHAR desc_type |
| MCHAR flags |
| int parm_id |
| max_getter_cf getter |
| max_setter_cf setter |
| int subanim_num |
| int refno |
| int pbn_id |
| union { ... } |
| ParamType type |
| float fval |
| int ival |
| BOOL bval |
| INT_PTR pval |
| float x |
| float y |
| float z |
| float w |
| float r |
| float g |
| float b |
| float a |
| float h |
| float s |
| float v |
| int btn_min |
| int btn_max |
| int btn_val |
| union { ... } init_val |