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
 
uint8 ResetInterval
 
int32 MaxPlayers
 
uint8 ItemContext
 
int32 ItemContextPickerID
 
int32 Flags
 
int32 ContentTuningID
 
int32 WorldStateExpressionID
 
uint32 MapID
 

Detailed Description

Definition at line 2862 of file DB2Structure.h.

Member Function Documentation

◆ GetFlags()

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

Definition at line 2891 of file DB2Structure.h.

+ Here is the caller graph for this function:

◆ GetRaidDuration()

uint32 MapDifficultyEntry::GetRaidDuration ( ) const
inline

Definition at line 2882 of file DB2Structure.h.

+ Here is the caller graph for this function:

◆ HasResetSchedule()

bool MapDifficultyEntry::HasResetSchedule ( ) const
inline

Definition at line 2877 of file DB2Structure.h.

+ Here is the caller graph for this function:

◆ IsExtendable()

bool MapDifficultyEntry::IsExtendable ( ) const
inline

Definition at line 2880 of file DB2Structure.h.

+ Here is the call graph for this function:

◆ IsRestoringDungeonState()

bool MapDifficultyEntry::IsRestoringDungeonState ( ) const
inline

Definition at line 2879 of file DB2Structure.h.

+ Here is the call graph for this function:

◆ IsUsingEncounterLocks()

bool MapDifficultyEntry::IsUsingEncounterLocks ( ) const
inline

Definition at line 2878 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 2873 of file DB2Structure.h.

◆ DifficultyID

int32 MapDifficultyEntry::DifficultyID

Definition at line 2866 of file DB2Structure.h.

◆ Flags

int32 MapDifficultyEntry::Flags

Definition at line 2872 of file DB2Structure.h.

◆ ID

uint32 MapDifficultyEntry::ID

Definition at line 2864 of file DB2Structure.h.

◆ ItemContext

uint8 MapDifficultyEntry::ItemContext

Definition at line 2870 of file DB2Structure.h.

◆ ItemContextPickerID

int32 MapDifficultyEntry::ItemContextPickerID

Definition at line 2871 of file DB2Structure.h.

◆ LockID

int32 MapDifficultyEntry::LockID

Definition at line 2867 of file DB2Structure.h.

◆ MapID

uint32 MapDifficultyEntry::MapID

Definition at line 2875 of file DB2Structure.h.

◆ MaxPlayers

int32 MapDifficultyEntry::MaxPlayers

Definition at line 2869 of file DB2Structure.h.

◆ Message

LocalizedString MapDifficultyEntry::Message

Definition at line 2865 of file DB2Structure.h.

◆ ResetInterval

uint8 MapDifficultyEntry::ResetInterval

Definition at line 2868 of file DB2Structure.h.

◆ WorldStateExpressionID

int32 MapDifficultyEntry::WorldStateExpressionID

Definition at line 2874 of file DB2Structure.h.


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