3ds Max C++ API Reference
Loading...
Searching...
No Matches
structs.h File Reference
#include "
../kernel/value.h
"
#include "
functions.h
"
Classes
class
StructDef
class
Struct
Macros
#define
is_structdef
(v)
#define
is_struct
(v)
Macro Definition Documentation
◆
is_structdef
#define is_structdef
(
v
)
Value:
((
DbgVerify
(!
is_sourcepositionwrapper
(v)), (v))->tag ==
class_tag
(
StructDef
))
StructDef
Definition
structs.h:20
DbgVerify
#define DbgVerify(expr)
Definition
assert1.h:85
is_sourcepositionwrapper
#define is_sourcepositionwrapper(v)
Definition
value.h:645
class_tag
#define class_tag(_cls)
Definition
value.h:602
◆
is_struct
#define is_struct
(
v
)
Value:
((
DbgVerify
(!
is_sourcepositionwrapper
(v)), (v))->tag ==
INTERNAL_STRUCT_TAG
)
INTERNAL_STRUCT_TAG
#define INTERNAL_STRUCT_TAG
Definition
value.h:622
maxsdk
include
maxscript
foundation
structs.h
Generated by
1.14.0