![]() |
Gamedev Framework (gf)
0.3.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 | processEvent (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::processEvent | ( | const Event & | event | ) |
Update all the actions.
| event | the event to update the actions. |
| void gf::ActionContainer::reset | ( | ) |
Reset all the actions.
1.8.8