ActionStack

A stack of actions performed in the game

Members

Functions

canPop
bool canPop()

Gets whether the specified amount of actions can be popped

peek
ActionT peek(size_t offset)

Peek an action from the stack

pop
ActionT pop()

Pop action(s) from the stack

push
ActionT push(ActionT item)

Push an action to the stack

Meta