![]() |
TrinityCore
|
Include dependency graph for GameTime.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GameTime |
Functions | |
| time_t | GameTime::GetStartTime () |
| time_t | GameTime::GetGameTime () |
| uint32 | GameTime::GetGameTimeMS () |
| SystemTimePoint | GameTime::GetSystemTime () |
| Current chrono system_clock time point. | |
| TimePoint | GameTime::Now () |
| Current chrono steady_clock time point. | |
| template<typename Clock > | |
| Clock::time_point | GameTime::GetTime () |
| Current chrono Clock time point. | |
| uint32 | GameTime::GetUptime () |
| Uptime (in secs) | |
| tm const * | GameTime::GetDateAndTime () |
| WowTime const * | GameTime::GetUtcWowTime () |
| WowTime const * | GameTime::GetWowTime () |
| void | GameTime::UpdateGameTimers () |
| template<> | |
| TC_GAME_API SystemTimePoint | GameTime::GetTime< std::chrono::system_clock > () |
| template<> | |
| TC_GAME_API TimePoint | GameTime::GetTime< std::chrono::steady_clock > () |