enum MAGES::BaseActionData::ActionType¶
Overview¶
The general action type. More…
enum ActionType
{
StartAction = 1,
NormalAction = 0,
LogicAction = 3,
EndAction = 2,
};
Detailed Documentation¶
The general action type.
Enum Values¶
StartAction
The action is a start action.
NormalAction
The action is a normal action.
LogicAction
The action is a logic action.
EndAction
The action is an end action.