Method Add
| Edit this page View SourceAdd(IUndoAction)
Add a new action to this queue.
Declaration
public void Add(UndoManager.IUndoAction action)
Parameters
| Type | Name | Description |
|---|---|---|
| UndoManager.IUndoAction | action | Mod provided action which can undo and redo whatever was executed |