![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Key for storing temp summon data in TempSummonDataContainer. More...
#include "ObjectMgr.h"
Public Member Functions | |
| TempSummonGroupKey (uint32 summonerEntry, SummonerType summonerType, uint8 group) | |
| bool | operator< (TempSummonGroupKey const &rhs) const |
Private Attributes | |
| uint32 | _summonerEntry |
| Summoner's entry. | |
| SummonerType | _summonerType |
| Summoner's type, see SummonerType for available types. | |
| uint8 | _summonGroup |
| Summon's group id. | |
Key for storing temp summon data in TempSummonDataContainer.
|
inline |
|
inline |
References _summonerEntry, _summonerType, and _summonGroup.
|
private |
Summoner's entry.
Referenced by operator<().
|
private |
Summoner's type, see SummonerType for available types.
Referenced by operator<().
|
private |
Summon's group id.
Referenced by operator<().