TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
InstanceSaveManager::InstResetEvent Struct Reference

#include <InstanceSaveMgr.h>

Public Member Functions

 InstResetEvent ()
 
 InstResetEvent (uint8 t, uint32 _mapid, Difficulty d, uint32 _instanceid)
 
bool operator== (const InstResetEvent &e) const
 

Public Attributes

uint8 type
 
Difficulty difficulty:8
 
uint32 mapid
 
uint32 instanceId
 

Constructor & Destructor Documentation

InstanceSaveManager::InstResetEvent::InstResetEvent ( )
inline
uint8 type
Definition: InstanceSaveMgr.h:169
uint32 instanceId
Definition: InstanceSaveMgr.h:172
uint32 mapid
Definition: InstanceSaveMgr.h:171
Difficulty difficulty
Definition: InstanceSaveMgr.h:170
Definition: DBCEnums.h:405
InstanceSaveManager::InstResetEvent::InstResetEvent ( uint8  t,
uint32  _mapid,
Difficulty  d,
uint32  _instanceid 
)
inline
176  : type(t), difficulty(d), mapid(_mapid), instanceId(_instanceid) { }
uint8 type
Definition: InstanceSaveMgr.h:169
uint32 instanceId
Definition: InstanceSaveMgr.h:172
uint32 mapid
Definition: InstanceSaveMgr.h:171
Difficulty difficulty
Definition: InstanceSaveMgr.h:170

Member Function Documentation

bool InstanceSaveManager::InstResetEvent::operator== ( const InstResetEvent e) const
inline
177 { return e.instanceId == instanceId; }
uint32 instanceId
Definition: InstanceSaveMgr.h:172

Member Data Documentation

Difficulty InstanceSaveManager::InstResetEvent::difficulty
uint32 InstanceSaveManager::InstResetEvent::instanceId
uint32 InstanceSaveManager::InstResetEvent::mapid
uint8 InstanceSaveManager::InstResetEvent::type

The documentation for this struct was generated from the following file: