|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
Struct representing a callback with a timer. Timer is decremented with the given deltatime. More...
#include <TimerCallbackSystem.hpp>

Public Attributes | |
| float | time |
| float | factor |
| std::function< void(float dt)> | callback |
Struct representing a callback with a timer. Timer is decremented with the given deltatime.
| std::function<void(float dt)> CallBackTimer::callback |
| float CallBackTimer::factor |
| float CallBackTimer::time |