Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
InstanceSaveManager::InstResetEvent Struct Reference

#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

Detailed Description

Definition at line 146 of file InstanceSaveMgr.h.

Constructor & Destructor Documentation

◆ InstResetEvent() [1/2]

InstanceSaveManager::InstResetEvent::InstResetEvent ( )
inline

Definition at line 153 of file InstanceSaveMgr.h.

References difficulty, DIFFICULTY_NORMAL, instanceId, mapid, and type.

Referenced by operator==().

◆ InstResetEvent() [2/2]

InstanceSaveManager::InstResetEvent::InstResetEvent ( uint8 t,
uint32 _mapid,
DifficultyID d,
uint16 _instanceid )
inline

Definition at line 154 of file InstanceSaveMgr.h.

References difficulty, instanceId, mapid, and type.

Member Function Documentation

◆ operator==()

bool InstanceSaveManager::InstResetEvent::operator== ( const InstResetEvent & e) const
inline

Definition at line 156 of file InstanceSaveMgr.h.

References instanceId, and InstResetEvent().

Member Data Documentation

◆ difficulty

DifficultyID InstanceSaveManager::InstResetEvent::difficulty

Definition at line 149 of file InstanceSaveMgr.h.

Referenced by InstResetEvent(), and InstResetEvent().

◆ instanceId

uint16 InstanceSaveManager::InstResetEvent::instanceId

◆ mapid

uint16 InstanceSaveManager::InstResetEvent::mapid

◆ type

uint8 InstanceSaveManager::InstResetEvent::type

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