|
3ds Max C++ API Reference
|
#include "utilexp.h"Namespaces | |
| namespace | MaxSDK |
| An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );. | |
| namespace | MaxSDK::DebuggingTools |
Functions | |
| UtilExport void | DebugBreak () |
| A method to call a debug break during runtime. | |