![]() |
TrinityCore
|
Functions | |
| time_t | GetStartTime () |
| time_t | GetGameTime () |
| uint32 | GetGameTimeMS () |
| SystemTimePoint | GetSystemTime () |
| Current chrono system_clock time point. | |
| TimePoint | Now () |
| Current chrono steady_clock time point. | |
| template<typename Clock > | |
| Clock::time_point | GetTime () |
| Current chrono Clock time point. | |
| template<> | |
| SystemTimePoint | GetTime< std::chrono::system_clock > () |
| template<> | |
| TimePoint | GetTime< std::chrono::steady_clock > () |
| uint32 | GetUptime () |
| Uptime (in secs) | |
| tm const * | GetDateAndTime () |
| WowTime const * | GetUtcWowTime () |
| WowTime const * | GetWowTime () |
| void | UpdateGameTimers () |
| template<> | |
| TC_GAME_API SystemTimePoint | GetTime< std::chrono::system_clock > () |
| template<> | |
| TC_GAME_API TimePoint | GetTime< std::chrono::steady_clock > () |
| TC_GAME_API tm const * GameTime::GetDateAndTime | ( | ) |
| TC_GAME_API time_t GameTime::GetGameTime | ( | ) |
Definition at line 52 of file GameTime.cpp.
| TC_GAME_API uint32 GameTime::GetGameTimeMS | ( | ) |
| TC_GAME_API time_t GameTime::GetStartTime | ( | ) |
| TC_GAME_API SystemTimePoint GameTime::GetSystemTime | ( | ) |
Current chrono system_clock time point.
Definition at line 62 of file GameTime.cpp.
Here is the caller graph for this function:| Clock::time_point GameTime::GetTime | ( | ) |
Current chrono Clock time point.
Definition at line 73 of file GameTime.cpp.
| TimePoint GameTime::GetTime< std::chrono::steady_clock > | ( | ) |
| TC_GAME_API TimePoint GameTime::GetTime< std::chrono::steady_clock > | ( | ) |
| SystemTimePoint GameTime::GetTime< std::chrono::system_clock > | ( | ) |
| TC_GAME_API SystemTimePoint GameTime::GetTime< std::chrono::system_clock > | ( | ) |
| TC_GAME_API uint32 GameTime::GetUptime | ( | ) |
Uptime (in secs)
Definition at line 91 of file GameTime.cpp.
Here is the caller graph for this function:| TC_GAME_API WowTime const * GameTime::GetUtcWowTime | ( | ) |
| TC_GAME_API WowTime const * GameTime::GetWowTime | ( | ) |
| TC_GAME_API TimePoint GameTime::Now | ( | ) |
Current chrono steady_clock time point.
Definition at line 67 of file GameTime.cpp.
Here is the caller graph for this function:| void GameTime::UpdateGameTimers | ( | ) |
Definition at line 111 of file GameTime.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: