Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
History Class Reference

Classes

class  Command
 

Public Member Functions

void Clear ()
 
void Add (Command command, bool execute=false)
 
void Undo ()
 
void Redo ()
 

Public Attributes

List< Commandcommands
 
int lastExecuted = -1
 
int MaxCommandAmount = 100
 

Properties

int Size [get]
 
int LastExecuted [get]
 

Member Data Documentation

◆ commands

List<Command> History.commands
Initial value:
= new List<Command>(){
new Command("Base", () => {}, () => {})
}

The documentation for this class was generated from the following file: