|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Functions | |
| bool | CalculateRestartDelay (char const *text, time_t now, uint32 &delaySeconds) |
| bool | CalculateRestartDelay (char const *text, uint32 &delaySeconds) |
| bool | CalculateRestartDelay (char const *text, uint32 currentSecondsOfDay, uint32 &delaySeconds) |
| bool | ParseTimeOfDay (char const *text, uint32 &secondsOfDay) |
| bool Skyfire::ServerRestartSchedule::CalculateRestartDelay | ( | char const * | text, |
| time_t | now, | ||
| uint32 & | delaySeconds ) |
Definition at line 94 of file ServerRestartSchedule.cpp.
References CalculateRestartDelay(), and Skyfire::LocalTime().
| bool Skyfire::ServerRestartSchedule::CalculateRestartDelay | ( | char const * | text, |
| uint32 & | delaySeconds ) |
Definition at line 107 of file ServerRestartSchedule.cpp.
References CalculateRestartDelay().
| bool Skyfire::ServerRestartSchedule::CalculateRestartDelay | ( | char const * | text, |
| uint32 | currentSecondsOfDay, | ||
| uint32 & | delaySeconds ) |
Definition at line 76 of file ServerRestartSchedule.cpp.
References ParseTimeOfDay().
Referenced by CalculateRestartDelay(), CalculateRestartDelay(), and server_commandscript::HandleServerRestartTimeCommand().
| bool Skyfire::ServerRestartSchedule::ParseTimeOfDay | ( | char const * | text, |
| uint32 & | secondsOfDay ) |
Definition at line 34 of file ServerRestartSchedule.cpp.
Referenced by CalculateRestartDelay().