#include "mxsobjects.h"#include "../macros/define_implementations.h"#include "..\protocols\arrays.inl"#include "..\protocols\textures.inl"Macros | |
| #define | is_materiallibrary(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MAXMaterialLibrary)) |
Functions | |
| visible_class(MAXMaterial) class MAXMaterial | MAXMaterial () |
| MAXMaterial (Mtl *imat) | |
| static ScripterExport Value * | intern (Mtl *imat) |
| static Value * | make (MAXClass *cls, Value **arg_list, int count) |
| BOOL | is_kind_of (ValueMetaClass *c) |
| void | collect () |
| ScripterExport void | sprin1 (CharStream *s) |
| const MCHAR * | class_name () |
| #define is_materiallibrary | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MAXMaterialLibrary)) |
| visible_class (MAXMaterial) class MAXMaterial MAXMaterial | ( | ) |
| MAXMaterial | ( | Mtl * | imat | ) |
|
static |
| BOOL is_kind_of | ( | ValueMetaClass * | c | ) |
| void collect | ( | ) |
| ScripterExport void sprin1 | ( | CharStream * | s | ) |
| const MCHAR* class_name | ( | ) |