TrinityCore
MapDifficultyEntry Struct Reference

#include <DB2Structure.h>

Public Member Functions

bool HasResetSchedule () const
 
bool IsUsingEncounterLocks () const
 
bool IsRestoringDungeonState () const
 
bool IsExtendable () const
 
uint32 GetRaidDuration () const
 
EnumFlag< MapDifficultyFlagsGetFlags () const
 

Public Attributes

uint32 ID
 
LocalizedString Message
 
int32 DifficultyID
 
int32 LockID
 
int8 ResetInterval
 
int32 MaxPlayers
 
int32 ItemContext
 
int32 ItemContextPickerID
 
int32 Flags
 
int32 ContentTuningID
 
uint32 MapID
 

Detailed Description

Definition at line 2789 of file DB2Structure.h.

Member Function Documentation

◆ GetFlags()

EnumFlag< MapDifficultyFlags > MapDifficultyEntry::GetFlags ( ) const
inline

Definition at line 2817 of file DB2Structure.h.

+ Here is the caller graph for this function:

◆ GetRaidDuration()

uint32 MapDifficultyEntry::GetRaidDuration ( ) const
inline

Definition at line 2808 of file DB2Structure.h.

+ Here is the caller graph for this function:

◆ HasResetSchedule()

bool MapDifficultyEntry::HasResetSchedule ( ) const
inline

Definition at line 2803 of file DB2Structure.h.

+ Here is the caller graph for this function:

◆ IsExtendable()

bool MapDifficultyEntry::IsExtendable ( ) const
inline

Definition at line 2806 of file DB2Structure.h.

+ Here is the call graph for this function:

◆ IsRestoringDungeonState()

bool MapDifficultyEntry::IsRestoringDungeonState ( ) const
inline

Definition at line 2805 of file DB2Structure.h.

+ Here is the call graph for this function:

◆ IsUsingEncounterLocks()

bool MapDifficultyEntry::IsUsingEncounterLocks ( ) const
inline

Definition at line 2804 of file DB2Structure.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ContentTuningID

int32 MapDifficultyEntry::ContentTuningID

Definition at line 2800 of file DB2Structure.h.

◆ DifficultyID

int32 MapDifficultyEntry::DifficultyID

Definition at line 2793 of file DB2Structure.h.

◆ Flags

int32 MapDifficultyEntry::Flags

Definition at line 2799 of file DB2Structure.h.

◆ ID

uint32 MapDifficultyEntry::ID

Definition at line 2791 of file DB2Structure.h.

◆ ItemContext

int32 MapDifficultyEntry::ItemContext

Definition at line 2797 of file DB2Structure.h.

◆ ItemContextPickerID

int32 MapDifficultyEntry::ItemContextPickerID

Definition at line 2798 of file DB2Structure.h.

◆ LockID

int32 MapDifficultyEntry::LockID

Definition at line 2794 of file DB2Structure.h.

◆ MapID

uint32 MapDifficultyEntry::MapID

Definition at line 2801 of file DB2Structure.h.

◆ MaxPlayers

int32 MapDifficultyEntry::MaxPlayers

Definition at line 2796 of file DB2Structure.h.

◆ Message

LocalizedString MapDifficultyEntry::Message

Definition at line 2792 of file DB2Structure.h.

◆ ResetInterval

int8 MapDifficultyEntry::ResetInterval

Definition at line 2795 of file DB2Structure.h.


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