TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lfg::LfgWaitTime Struct Reference

#include <LFGQueue.h>

Public Member Functions

 LfgWaitTime ()
 

Public Attributes

int32 time
 Wait time. More...
 
uint32 number
 Number of people used to get that wait time. More...
 

Constructor & Destructor Documentation

lfg::LfgWaitTime::LfgWaitTime ( )
inline
74 : time(-1), number(0) { }
int32 time
Wait time.
Definition: LFGQueue.h:75
uint32 number
Number of people used to get that wait time.
Definition: LFGQueue.h:76

Member Data Documentation

uint32 lfg::LfgWaitTime::number

Number of people used to get that wait time.

int32 lfg::LfgWaitTime::time

Wait time.


The documentation for this struct was generated from the following file: