3ds Max C++ API Reference
mxstime.h File Reference

Classes

class  MSTime
 
class  MSInterval
 

Macros

#define is_time(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSTime))
 
#define is_interval(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSInterval))
 

Macro Definition Documentation

◆ is_time

#define is_time (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSTime))

◆ is_interval

#define is_interval (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSInterval))