|
Minecraft Community Edition 0.1.0
|
Represents a single scheduled task. More...
#include <CoroutineScheduler.hpp>
Public Attributes | |
| Callback | callback |
| sf::Time | interval |
| sf::Clock | clock |
Represents a single scheduled task.
Holds the callback to invoke, the next execution interval, and a clock used to measure elapsed time since the last invocation.
| sf::Clock mce::CoroutineScheduler::Task::clock |
Clock used to measure elapsed time for this task.
| sf::Time mce::CoroutineScheduler::Task::interval |
Time interval until the next invocation.