UndoRedo.createAction

Create a new action. After this is called, do all your calls to addDoMethod, addUndoMethod, addDoProperty, and addUndoProperty, then commit the action with commitAction.

struct UndoRedo
@nogc nothrow
void
createAction
(
StringArg0
)
(
in StringArg0 name
,
in long merge_mode = 0
)

Meta