#include "Group.h"
|
| | Roll (ObjectGuid _guid, LootItem const &li) |
| |
| | ~Roll () |
| |
| void | setLoot (Loot *pLoot) |
| |
| Loot * | getLoot () |
| |
| void | targetObjectBuildLink () |
| |
| | LootValidatorRef ()=default |
| |
| void | targetObjectDestroyLink () override |
| |
| void | sourceObjectDestroyLink () override |
| |
| | Reference () |
| |
| virtual | ~Reference ()=default |
| |
| void | link (Loot *toObj, LootValidatorRef *fromObj) |
| |
| void | unlink () |
| |
| void | invalidate () |
| |
| bool | isValid () const |
| |
| Reference< Loot, LootValidatorRef > * | next () |
| |
| Reference< Loot, LootValidatorRef > const * | next () const |
| |
| Reference< Loot, LootValidatorRef > * | prev () |
| |
| Reference< Loot, LootValidatorRef > const * | prev () const |
| |
| Reference< Loot, LootValidatorRef > * | nocheck_next () |
| |
| Reference< Loot, LootValidatorRef > const * | nocheck_next () const |
| |
| Reference< Loot, LootValidatorRef > * | nocheck_prev () |
| |
| Reference< Loot, LootValidatorRef > const * | nocheck_prev () const |
| |
| Loot * | operator-> () const |
| |
| Loot * | getTarget () const |
| |
| LootValidatorRef * | GetSource () const |
| |
| | LinkedListElement ()=default |
| |
| | ~LinkedListElement () |
| |
| bool | hasNext () const |
| |
| bool | hasPrev () const |
| |
| bool | isInList () const |
| |
| LinkedListElement * | next () |
| |
| LinkedListElement const * | next () const |
| |
| LinkedListElement * | prev () |
| |
| LinkedListElement const * | prev () const |
| |
| LinkedListElement * | nocheck_next () |
| |
| LinkedListElement const * | nocheck_next () const |
| |
| LinkedListElement * | nocheck_prev () |
| |
| LinkedListElement const * | nocheck_prev () const |
| |
| void | delink () |
| |
| void | insertBefore (LinkedListElement *pElem) |
| |
| void | insertAfter (LinkedListElement *pElem) |
| |
◆ PlayerVote
◆ Roll()
49{
50}
@ ROLL_ALL_TYPE_NO_DISENCHANT
Definition LootMgr.h:47
int32 itemRandomPropId
Definition Group.h:153
uint8 totalGreed
Definition Group.h:160
uint8 totalPlayersRolling
Definition Group.h:158
uint8 itemSlot
Definition Group.h:162
uint32 itemid
Definition Group.h:152
uint8 itemCount
Definition Group.h:155
uint8 rollVoteMask
Definition Group.h:163
uint32 itemRandomSuffix
Definition Group.h:154
uint8 totalNeed
Definition Group.h:159
uint8 totalPass
Definition Group.h:161
ObjectGuid itemGUID
Definition Group.h:151
◆ ~Roll()
◆ getLoot()
◆ setLoot()
| void Roll::setLoot |
( |
Loot * |
pLoot | ) |
|
◆ targetObjectBuildLink()
| void Roll::targetObjectBuildLink |
( |
| ) |
|
|
virtual |
◆ itemCount
◆ itemGUID
◆ itemid
◆ itemRandomPropId
| int32 Roll::itemRandomPropId |
◆ itemRandomSuffix
◆ itemSlot
◆ playerVote
◆ rollVoteMask
◆ totalGreed
◆ totalNeed
◆ totalPass
◆ totalPlayersRolling
| uint8 Roll::totalPlayersRolling |
The documentation for this class was generated from the following files:
- azerothcore-wotlk/src/server/game/Groups/Group.h
- azerothcore-wotlk/src/server/game/Groups/Group.cpp