Defines

Default Action System: Actions

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

Defines

#define  DEFAULTACTIONS_LOGTOFILE   0x00000001
  Messages get logged to a file "<3dsMaxInstallPath>\network\Max.log".
#define  DEFAULTACTIONS_LOGMSG   0x00000002
  Messages get logged to the Default Action System and can be retrived via DefaultActionSys::GetMsgLogMsg.
#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

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.


Define Documentation

#define DEFAULTACTIONS_LOGTOFILE   0x00000001

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

#define DEFAULTACTIONS_LOGMSG   0x00000002

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

#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