AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
InstanceSaveMgr::InstResetEvent Struct Reference

#include "InstanceSaveMgr.h"

Public Member Functions

 InstResetEvent ()
 
 InstResetEvent (uint8 t, uint32 _mapid, Difficulty d)
 

Public Attributes

uint8 type {0}
 
Difficulty difficulty: 8
 
uint16 mapid {0}
 

Detailed Description

Constructor & Destructor Documentation

◆ InstResetEvent() [1/2]

InstanceSaveMgr::InstResetEvent::InstResetEvent ( )
inline
@ DUNGEON_DIFFICULTY_NORMAL
Definition: DBCEnums.h:277
Difficulty difficulty
Definition: InstanceSaveMgr.h:122

◆ InstResetEvent() [2/2]

InstanceSaveMgr::InstResetEvent::InstResetEvent ( uint8  t,
uint32  _mapid,
Difficulty  d 
)
inline
127 : type(t), difficulty(d), mapid(_mapid) {}
uint16 mapid
Definition: InstanceSaveMgr.h:123
uint8 type
Definition: InstanceSaveMgr.h:121

Member Data Documentation

◆ difficulty

Difficulty InstanceSaveMgr::InstResetEvent::difficulty

◆ mapid

uint16 InstanceSaveMgr::InstResetEvent::mapid {0}

◆ type

uint8 InstanceSaveMgr::InstResetEvent::type {0}