Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
lfg::LfgPlayerRewardData Struct Reference

#include <LFGMgr.h>

Collaboration diagram for lfg::LfgPlayerRewardData:

Public Member Functions

 LfgPlayerRewardData (uint32 random, uint32 current, bool _done, Quest const *_quest)

Public Attributes

bool done
Quest const * quest
uint32 rdungeonEntry
uint32 sdungeonEntry

Detailed Description

Definition at line 195 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgPlayerRewardData()

lfg::LfgPlayerRewardData::LfgPlayerRewardData ( uint32 random,
uint32 current,
bool _done,
Quest const * _quest )
inline

Definition at line 197 of file LFGMgr.h.

References done, quest, rdungeonEntry, and sdungeonEntry.

Member Data Documentation

◆ done

bool lfg::LfgPlayerRewardData::done

Definition at line 201 of file LFGMgr.h.

Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().

◆ quest

Quest const* lfg::LfgPlayerRewardData::quest

Definition at line 202 of file LFGMgr.h.

Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().

◆ rdungeonEntry

uint32 lfg::LfgPlayerRewardData::rdungeonEntry

Definition at line 199 of file LFGMgr.h.

Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().

◆ sdungeonEntry

uint32 lfg::LfgPlayerRewardData::sdungeonEntry

Definition at line 200 of file LFGMgr.h.

Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().


The documentation for this struct was generated from the following file:
  • src/server/game/DungeonFinding/LFGMgr.h