Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns information about a difficulty.

name, groupType, isHeroic, isChallengeMode, displayHeroic, displayMythic, toggleDifficultyID = GetDifficultyInfo(id)

Arguments[]

id
number - difficulty ID to query, ascending from 1.

Returns[]

name
string - Difficulty name, e.g. "10 Player (Heroic)"
groupType
string - Group type appropriate for this difficulty; "party" or "raid".
isHeroic
boolean - true if this is a heroic difficulty, false otherwise.
isChallengeMode
boolean - true if this is challenge mode difficulty, false otherwise.
displayHeroic
boolean - display the Heroic skull icon on the instance banner of the minimap
displayMythic
boolean - display the Mythic skull icon on the instance banner of the minimap
toggleDifficultyID
number - difficulty ID of the corresponding heroic/non-heroic difficulty for 10/25-man raids, if one exists.

See also[]

Patch changes[]

Warlords of Draenor Patch 6.0.2 (2014-10-14): Now returns displayHeroic and displayMythic.
Mists of Pandaria Patch 5.2.0 (2013-03-05): Added.

Advertisement