Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
CallBackTimer Struct Reference

Struct representing a callback with a timer. Timer is decremented with the given deltatime. More...

#include <TimerCallbackSystem.hpp>

Collaboration diagram for CallBackTimer:
Collaboration graph

Public Attributes

float time
 
float factor
 
std::function< void(float dt)> callback
 

Detailed Description

Struct representing a callback with a timer. Timer is decremented with the given deltatime.

Member Data Documentation

◆ callback

std::function<void(float dt)> CallBackTimer::callback

◆ factor

float CallBackTimer::factor

◆ time

float CallBackTimer::time

The documentation for this struct was generated from the following file: