|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LFGMgr.h>
Public Member Functions | |
| LfgPlayerRewardData (uint32 random, uint32 current, bool _done, Quest const *_quest) | |
Public Attributes | |
| bool | done |
| Quest const * | quest |
| uint32 | rdungeonEntry |
| uint32 | sdungeonEntry |
|
inline |
Definition at line 197 of file LFGMgr.h.
References done, quest, rdungeonEntry, and sdungeonEntry.
| bool lfg::LfgPlayerRewardData::done |
Definition at line 201 of file LFGMgr.h.
Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().
| Quest const* lfg::LfgPlayerRewardData::quest |
Definition at line 202 of file LFGMgr.h.
Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().
| uint32 lfg::LfgPlayerRewardData::rdungeonEntry |
Definition at line 199 of file LFGMgr.h.
Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().
| uint32 lfg::LfgPlayerRewardData::sdungeonEntry |
Definition at line 200 of file LFGMgr.h.
Referenced by LfgPlayerRewardData(), and WorldSession::SendLfgPlayerReward().