#include "Timer.h"
◆ PeriodicTimer()
PeriodicTimer::PeriodicTimer |
( |
int32 |
period, |
|
|
int32 |
start_time |
|
) |
| |
|
inline |
268 {
269 }
int32 i_period
Definition Timer.h:294
int32 i_expireTime
Definition Timer.h:295
◆ SetPeriodic()
void PeriodicTimer::SetPeriodic |
( |
int32 |
period, |
|
|
int32 |
start_time |
|
) |
| |
|
inline |
◆ TPassed()
bool PeriodicTimer::TPassed |
( |
| ) |
const |
|
inline |
◆ TReset()
void PeriodicTimer::TReset |
( |
int32 |
diff, |
|
|
int32 |
period |
|
) |
| |
|
inline |
◆ TUpdate()
void PeriodicTimer::TUpdate |
( |
int32 |
diff | ) |
|
|
inline |
◆ Update()
bool PeriodicTimer::Update |
( |
const uint32 |
diff | ) |
|
|
inline |
272 {
274 {
275 return false;
276 }
277
279 return true;
280 }
std::int32_t int32
Definition Define.h:103
References i_expireTime, and i_period.
◆ i_expireTime
int32 PeriodicTimer::i_expireTime |
|
private |
◆ i_period
int32 PeriodicTimer::i_period |
|
private |
The documentation for this struct was generated from the following file:
- azerothcore-wotlk/src/common/Utilities/Timer.h