enum MAGES::StepEvent

Overview

Event that a step can be executed on. More…

enum StepEvent
{
    BeforeInitialize,
    AfterInitialize,
    BeforePerform,
    AfterPerform,
    BeforeUndo,
    AfterUndo,
};

Detailed Documentation

Event that a step can be executed on.

Enum Values

BeforeInitialize

Before the action is initialized.

AfterInitialize

After the action is initialized.

BeforePerform

Before the action is performed.

AfterPerform

After the action is performed.

BeforeUndo

Before the action is reverted.

AfterUndo

After the action is reverted.