|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <InstanceSaveMgr.h>
Public Member Functions | |
| InstResetEvent () | |
| InstResetEvent (uint8 t, uint32 _mapid, DifficultyID d, uint16 _instanceid) | |
| bool | operator== (const InstResetEvent &e) const |
Public Attributes | |
| DifficultyID | difficulty: 8 |
| uint16 | instanceId |
| uint16 | mapid |
| uint8 | type |
Definition at line 146 of file InstanceSaveMgr.h.
|
inline |
Definition at line 153 of file InstanceSaveMgr.h.
References difficulty, DIFFICULTY_NORMAL, instanceId, mapid, and type.
Referenced by operator==().
|
inline |
Definition at line 154 of file InstanceSaveMgr.h.
References difficulty, instanceId, mapid, and type.
|
inline |
Definition at line 156 of file InstanceSaveMgr.h.
References instanceId, and InstResetEvent().
| DifficultyID InstanceSaveManager::InstResetEvent::difficulty |
Definition at line 149 of file InstanceSaveMgr.h.
Referenced by InstResetEvent(), and InstResetEvent().
| uint16 InstanceSaveManager::InstResetEvent::instanceId |
Definition at line 151 of file InstanceSaveMgr.h.
Referenced by InstResetEvent(), InstResetEvent(), operator==(), and InstanceSaveManager::ScheduleReset().
| uint16 InstanceSaveManager::InstResetEvent::mapid |
Definition at line 150 of file InstanceSaveMgr.h.
Referenced by InstResetEvent(), InstResetEvent(), and InstanceSaveManager::ScheduleReset().
| uint8 InstanceSaveManager::InstResetEvent::type |
Definition at line 148 of file InstanceSaveMgr.h.
Referenced by InstResetEvent(), InstResetEvent(), and InstanceSaveManager::ScheduleReset().