API GetRaidDifficultyID
From Wowpedia
Returns the player's currently selected raid difficulty.
difficultyID = GetRaidDifficultyID()
Returns
- difficultyID
- Number : The player's (or group leader's) current raid difficulty ID preference.
- 3 → 10 Player
- 4 → 25 Player
- 5 → 10 Player (Heroic)
- 6 → 25 Player (Heroic)
Details
- You may use GetDifficultyInfo to retrieve information about the returned ID value.
See also
Patch changes
Patch 5.2.0 (2013-03-05): Renamed from GetRaidDifficulty, return values changed.
Patch 3.2.0 (2009-08-04): Added; split from GetDungeonDifficulty.