parm_desc Struct Reference
 
 
 
parm_desc Struct Reference

#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

Member Data Documentation