AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFGMgr.h"
Public Member Functions | |
RBInternalInfo ()=default | |
RBInternalInfo (ObjectGuid guid, std::string comment, bool isGroupLeader, ObjectGuid groupGuid, uint8 roles, uint32 encounterMask, ObjectGuid instanceGuid, uint8 _online, uint8 _level, uint8 _class, uint8 _race, float _avgItemLevel, uint8(&_talents)[3], uint32 _area, uint32 _armor, uint32 _spellDamage, uint32 _spellHeal, uint32 _critRatingMelee, uint32 _critRatingRanged, uint32 _critRatingSpell, float _mp5, float _mp5combat, uint32 _attackPower, uint32 _agility, uint32 _health, uint32 _mana, uint32 _defenseSkill, uint32 _dodgeRating, uint32 _blockRating, uint32 _parryRating, uint32 _hasteRating, uint32 _expertiseRating) | |
bool | PlayerSameAs (RBInternalInfo const &i) const |
void | CopyStats (RBInternalInfo const &i) |
|
default |
|
inline |
|
inline |
References _agility, _area, _armor, _attackPower, _avgItemLevel, _blockRating, _critRatingMelee, _critRatingRanged, _critRatingSpell, _defenseSkill, _dodgeRating, _expertiseRating, _hasteRating, _health, _mana, _mp5, _mp5combat, _parryRating, _spellDamage, _spellHeal, _talents0, _talents1, and _talents2.
|
inline |
References _agility, _area, _armor, _attackPower, _avgItemLevel, _blockRating, _class, _critRatingMelee, _critRatingRanged, _critRatingSpell, _defenseSkill, _dodgeRating, _expertiseRating, _hasteRating, _health, _level, _mana, _mp5, _mp5combat, _online, _parryRating, _race, _spellDamage, _spellHeal, _talents0, _talents1, _talents2, comment, encounterMask, groupGuid, instanceGuid, isGroupLeader, and roles.
uint32 lfg::RBInternalInfo::_agility |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_area |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_armor |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_attackPower |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
float lfg::RBInternalInfo::_avgItemLevel |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_blockRating |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_class |
Referenced by PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_critRatingMelee |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_critRatingRanged |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_critRatingSpell |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_defenseSkill |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_dodgeRating |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_expertiseRating |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_hasteRating |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_health |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_level |
Referenced by PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_mana |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
float lfg::RBInternalInfo::_mp5 |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
float lfg::RBInternalInfo::_mp5combat |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_online |
Referenced by PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_parryRating |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_race |
Referenced by PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_spellDamage |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::_spellHeal |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_talents0 |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_talents1 |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::_talents2 |
Referenced by CopyStats(), PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
std::string lfg::RBInternalInfo::comment |
Referenced by PlayerSameAs(), lfg::LFGMgr::RBPacketAppendGroup(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint32 lfg::RBInternalInfo::encounterMask |
Referenced by PlayerSameAs(), lfg::LFGMgr::RBPacketAppendGroup(), and lfg::LFGMgr::RBPacketAppendPlayer().
ObjectGuid lfg::RBInternalInfo::groupGuid |
Referenced by PlayerSameAs(), lfg::LFGMgr::RBPacketAppendGroup(), and lfg::LFGMgr::RBPacketAppendPlayer().
ObjectGuid lfg::RBInternalInfo::guid |
Referenced by lfg::LFGMgr::RBPacketAppendPlayer().
ObjectGuid lfg::RBInternalInfo::instanceGuid |
Referenced by PlayerSameAs(), lfg::LFGMgr::RBPacketAppendGroup(), and lfg::LFGMgr::RBPacketAppendPlayer().
bool lfg::RBInternalInfo::isGroupLeader |
Referenced by PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().
uint8 lfg::RBInternalInfo::roles |
Referenced by PlayerSameAs(), and lfg::LFGMgr::RBPacketAppendPlayer().