Default Action System: Actions
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.
#define DEFAULTACTIONS_LOGTOFILE 0x00000001 |
Messages get logged to a file "<3dsMaxInstallPath>\network\Max.log".
#define DEFAULTACTIONS_LOGMSG 0x00000002 |
#define DEFAULTACTIONS_ABORT 0x00000004 |
The process that generated the event associated with this action is cancelled.
#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 |