TrinityCore
Loading...
Searching...
No Matches
InstanceSaveManager::InstResetEvent Struct Reference

#include <InstanceSaveMgr.h>

Public Member Functions

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

Public Attributes

uint8 type
 
Difficulty difficulty
 
uint16 mapid
 
uint16 instanceId
 

Detailed Description

Definition at line 166 of file InstanceSaveMgr.h.

Constructor & Destructor Documentation

◆ InstResetEvent() [1/2]

InstanceSaveManager::InstResetEvent::InstResetEvent ( )
inline

Definition at line 173 of file InstanceSaveMgr.h.

◆ InstResetEvent() [2/2]

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

Definition at line 174 of file InstanceSaveMgr.h.

Member Function Documentation

◆ operator==()

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

Definition at line 176 of file InstanceSaveMgr.h.

Member Data Documentation

◆ difficulty

Difficulty InstanceSaveManager::InstResetEvent::difficulty

Definition at line 169 of file InstanceSaveMgr.h.

◆ instanceId

uint16 InstanceSaveManager::InstResetEvent::instanceId

Definition at line 171 of file InstanceSaveMgr.h.

◆ mapid

uint16 InstanceSaveManager::InstResetEvent::mapid

Definition at line 170 of file InstanceSaveMgr.h.

◆ type

uint8 InstanceSaveManager::InstResetEvent::type

Definition at line 168 of file InstanceSaveMgr.h.


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