Show / Hide Table of Contents

Method Add

| Edit this page View Source

Add(string, IUndoAction)

Add a new action to a queue.
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
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾