![]() |
Gamedev Framework (gf)
0.1.0
A C++11 framework for 2D games
|
A set of actions. More...
#include <gf/Action.h>
Public Member Functions | |
| void | addAction (Action &action) |
| Add an action. More... | |
| void | update (const Event &event) |
| Update all the actions. More... | |
| void | reset () |
| Reset all the actions. More... | |
A set of actions.
| void gf::ActionContainer::addAction | ( | Action & | action | ) |
Add an action.
| action | the action to add to the set. |
| void gf::ActionContainer::reset | ( | ) |
Reset all the actions.
1.8.8