EXECUTIONRESULT

Detailed Description

Predefined result codes for objects, tags and scene hooks execution.

See also
ObjectData::Execute TagData::Execute SceneHookData::Execute

Enumerations

enum class  EXECUTIONRESULT {
  OK ,
  USERBREAK ,
  OUTOFMEMORY
}
 

Functions

enum EXECUTIONRESULT MAXON_ENUM_LIST (EXECUTIONRESULT)
 

Enumeration Type Documentation

◆ EXECUTIONRESULT

enum EXECUTIONRESULT
strong
Enumerator
OK 

OK.

USERBREAK 

User break.

OUTOFMEMORY 

Not enough memory.

Function Documentation

◆ MAXON_ENUM_LIST()

enum EXECUTIONRESULT MAXON_ENUM_LIST ( EXECUTIONRESULT  )