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

Reward info. More...

#include <LFGMgr.h>

Public Member Functions

 LfgReward (uint32 _maxLevel=0, uint32 _firstQuest=0, uint32 _otherQuest=0)
 

Public Attributes

uint32 maxLevel
 
uint32 firstQuest
 
uint32 otherQuest
 

Detailed Description

Reward info.

Constructor & Destructor Documentation

lfg::LfgReward::LfgReward ( uint32  _maxLevel = 0,
uint32  _firstQuest = 0,
uint32  _otherQuest = 0 
)
inline
210  :
211  maxLevel(_maxLevel), firstQuest(_firstQuest), otherQuest(_otherQuest) { }
uint32 maxLevel
Definition: LFGMgr.h:213
uint32 otherQuest
Definition: LFGMgr.h:215
uint32 firstQuest
Definition: LFGMgr.h:214

Member Data Documentation

uint32 lfg::LfgReward::firstQuest
uint32 lfg::LfgReward::maxLevel
uint32 lfg::LfgReward::otherQuest

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