|  | Gamedev Framework (gf)
    0.19.0
    A C++17 framework for 2D games | 
A gf::RepeatActivity that holds its activity. More...
#include <gf/Activities.h>

| Public Member Functions | |
| RepeatActivityEx (Other activity, int repeat) | |
| Constructor.  More... | |
| ActivityStatus | run (Time time) override | 
| Run the activity.  More... | |
| void | restart () override | 
| Restart the activity.  More... | |
|  Public Member Functions inherited from gf::Activity | |
| virtual | ~Activity () | 
| Destructor.  More... | |
A gf::RepeatActivity that holds its activity.
| 
 | inline | 
Constructor.
| activity | The activity to repeat | 
| repeat | The number of time to repeat the activity or 0 for infinite | 
| 
 | inlineoverridevirtual | 
Restart the activity.
Reimplemented from gf::Activity.
| 
 | inlineoverridevirtual | 
Run the activity.
| time | The time since the last run | 
Implements gf::Activity.
 1.8.13
 1.8.13