![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Namespaces | |
| namespace | GameTime |
Functions | |
| Seconds | GameTime::GetStartTime () |
| Seconds | GameTime::GetGameTime () |
| Milliseconds | GameTime::GetGameTimeMS () |
| SystemTimePoint | GameTime::GetSystemTime () |
| Current chrono system_clock time point. | |
| TimePoint | GameTime::Now () |
| Current chrono steady_clock time point. | |
| Seconds | GameTime::GetUptime () |
| Uptime. | |
| Microseconds | GameTime::Elapsed (TimePoint start) |
| Uptime since a given time point. | |
| template<class T > | |
| bool | GameTime::HasElapsed (TimePoint start, T duration) |
| Check if a duration has elapsed since a given time point. | |
| void | GameTime::UpdateGameTimers () |
| Update all timers. | |