MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT

Detailed Description

Enum for the MSG_DOCUMENTINFO_TYPE_BEFOREMERGE message. data points to a MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT value.

Enumerations

enum class  MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT {
  CANCEL ,
  MERGE ,
  NEWSCENE
}
 

Functions

enum MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT MAXON_ENUM_LIST (MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT)
 

Enumeration Type Documentation

◆ MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT

Enumerator
CANCEL 

Allows to cancel the merge.

MERGE 

Default, as before, just merge.

NEWSCENE 

Overwrites the merge flag and loads the scene as opened with load.
In that case the message MSG_DOCUMENTINFO_TYPE_MERGE will not be send to the original document but a MSG_DOCUMENTINFO_TYPE_LOAD message instead.

Function Documentation

◆ MAXON_ENUM_LIST()