Codechange: validate the developer didn't schedule two timers on the same trigger/priority
This commit is contained in:

committed by
Patric Stout

parent
3ebc7ad16e
commit
387d5eb74f
@@ -26,6 +26,7 @@
|
||||
* For example:
|
||||
* IntervalTimer<TimerGameCalendar>({TimerGameCalendar::DAY, TimerGameCalendar::Priority::NONE}, [](uint count){});
|
||||
*
|
||||
* @note Callbacks are executed in the game-thread.
|
||||
*/
|
||||
class TimerGameCalendar {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user