maxscript/foundation/structs.h File Reference

structs.h File Reference

Macros

#define is_structdef(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(StructDef))
 
#define is_struct(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_STRUCT_TAG)
 

Macro Definition Documentation

#define is_structdef (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(StructDef))
#define is_struct (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_STRUCT_TAG)