|
TorqueScript Reference
|
Inherits SimObject.
| void clearAll | ( | ) |
Clears the undo manager.
| String getNextRedoName | ( | ) |
Gets the name of the action at the top of the undo stack
| String getNextUndoName | ( | ) |
Gets the name of the action at the top of the undo stack
| Integer getRedoCount | ( | ) |
| String getRedoName | ( | S32 | index | ) |
Gets the name of the Action at given index.
| index | An integer index value for the desired redo |
| Integer getUndoCount | ( | ) |
| String getUndoName | ( | S32 | index | ) |
Gets the name of the UndoAction at given index.
| index | An integer index value for the desired undo |
| void redo | ( | ) |
Pops the top redo action off the stack, resolves it, and then pushes it onto the undo stack
| void undo | ( | ) |
Pops the top undo action off the stack, resolves it, and then pushes it onto the redo stack
| void UndoAction::addToManager | ( | [undoManager] ? | ) |
Adds an UndoAction to the manager
| undoManager | The manager to add the object to (default NULL) |
1.8.10