TrinityCore
UpdateTime Class Reference

#include <UpdateTime.h>

+ Inheritance diagram for UpdateTime:

Public Member Functions

uint32 GetLastUpdateTime () const
 
void UpdateWithDiff (uint32 diff)
 

Protected Member Functions

 UpdateTime ()
 

Private Attributes

uint32 _lastUpdateTime
 

Detailed Description

Definition at line 23 of file UpdateTime.h.

Constructor & Destructor Documentation

◆ UpdateTime()

UpdateTime::UpdateTime ( )
protected

Definition at line 23 of file UpdateTime.cpp.

Member Function Documentation

◆ GetLastUpdateTime()

uint32 UpdateTime::GetLastUpdateTime ( ) const

Definition at line 28 of file UpdateTime.cpp.

+ Here is the caller graph for this function:

◆ UpdateWithDiff()

void UpdateTime::UpdateWithDiff ( uint32  diff)

Definition at line 33 of file UpdateTime.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ _lastUpdateTime

uint32 UpdateTime::_lastUpdateTime
private

Definition at line 34 of file UpdateTime.h.


The documentation for this class was generated from the following files: