|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ObjectMgr.h>
Public Member Functions | |
| DungeonEncounter (DungeonEncounterEntry const *_dbcEntry, EncounterCreditType _creditType, uint32 _creditEntry, uint32 _lastEncounterDungeon) | |
Public Attributes | |
| uint32 | creditEntry |
| EncounterCreditType | creditType |
| DungeonEncounterEntry const * | dbcEntry |
| uint32 | lastEncounterDungeon |
Definition at line 643 of file ObjectMgr.h.
|
inline |
Definition at line 645 of file ObjectMgr.h.
References creditEntry, creditType, dbcEntry, and lastEncounterDungeon.
| uint32 DungeonEncounter::creditEntry |
Definition at line 650 of file ObjectMgr.h.
Referenced by DungeonEncounter(), and InstanceScript::UpdateEncounterState().
| EncounterCreditType DungeonEncounter::creditType |
Definition at line 649 of file ObjectMgr.h.
Referenced by DungeonEncounter(), and InstanceScript::UpdateEncounterState().
| DungeonEncounterEntry const* DungeonEncounter::dbcEntry |
Definition at line 648 of file ObjectMgr.h.
Referenced by DungeonEncounter(), and InstanceScript::UpdateEncounterState().
| uint32 DungeonEncounter::lastEncounterDungeon |
Definition at line 651 of file ObjectMgr.h.
Referenced by DungeonEncounter(), and InstanceScript::UpdateEncounterState().