3ds Max C++ API Reference
Loading...
Searching...
No Matches
mxstime.h File Reference
#include "../kernel/value.h"
#include "../../units.h"
#include "..\protocols\time.inl"

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))