![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
Classes | |
| class | Command |
Public Member Functions | |
| void | Clear () |
| void | Add (Command command, bool execute=false) |
| void | Undo () |
| void | Redo () |
Public Attributes | |
| List< Command > | commands |
| int | lastExecuted = -1 |
| int | MaxCommandAmount = 100 |
Properties | |
| int | Size [get] |
| int | LastExecuted [get] |
| List<Command> History.commands |