3ds Max C++ API Reference
Default Action System: Actions

The following represent actions to be taken by the system when events described in Default Action System: Events occur. More...

Macros

#define DEFAULTACTIONS_LOGTOFILE   0x00000001
 Messages get logged to a file "<3dsMaxInstallPath>\network\Max.log". More...
 
#define DEFAULTACTIONS_LOGMSG   0x00000002
 Messages get logged to the Default Action System and can be retrived via DefaultActionSys::GetMsgLogMsg. More...
 
#define DEFAULTACTIONS_ABORT   0x00000004
 The process that generated the event associated with this action is cancelled. More...
 
#define DEFAULTACTIONS_RESERVED_4   0x00000008
 
#define DEFAULTACTIONS_RESERVED_5   0x00000010
 
#define DEFAULTACTIONS_RESERVED_6   0x00000020
 
#define DEFAULTACTIONS_RESERVED_7   0x00000040
 
#define DEFAULTACTIONS_RESERVED_8   0x00000080
 

Detailed Description

The following represent actions to be taken by the system when events described in Default Action System: Events occur.

Note that any combination of these actions can be associated with any of the events. Bits 3 to 7 are reserved for future internal use, while the remaining bits are event specific.

Macro Definition Documentation

◆ DEFAULTACTIONS_LOGTOFILE

#define DEFAULTACTIONS_LOGTOFILE   0x00000001

Messages get logged to a file "<3dsMaxInstallPath>\network\Max.log".

◆ DEFAULTACTIONS_LOGMSG

#define DEFAULTACTIONS_LOGMSG   0x00000002

Messages get logged to the Default Action System and can be retrived via DefaultActionSys::GetMsgLogMsg.

◆ DEFAULTACTIONS_ABORT

#define DEFAULTACTIONS_ABORT   0x00000004

The process that generated the event associated with this action is cancelled.

◆ DEFAULTACTIONS_RESERVED_4

#define DEFAULTACTIONS_RESERVED_4   0x00000008

◆ DEFAULTACTIONS_RESERVED_5

#define DEFAULTACTIONS_RESERVED_5   0x00000010

◆ DEFAULTACTIONS_RESERVED_6

#define DEFAULTACTIONS_RESERVED_6   0x00000020

◆ DEFAULTACTIONS_RESERVED_7

#define DEFAULTACTIONS_RESERVED_7   0x00000040

◆ DEFAULTACTIONS_RESERVED_8

#define DEFAULTACTIONS_RESERVED_8   0x00000080