Method Add
| Improve this Doc View SourceAdd(string, IUndoAction)
Add a new action to a queue.
If a queue with the provided name does not exist it is automatically created.
If a queue with the provided name does not exist it is automatically created.
Declaration
public void Add(string queueName, UndoManager.IUndoAction action)
Parameters
Type | Name | Description |
---|---|---|
string | queueName | Global name of the queue |
UndoManager.IUndoAction | action | Mod provided action which can undo and redo whatever was executed |