GetBestFlexRaidChoice

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.4.0

Returns the dungeon ID of the most appropriate Flex Raid instance for the player.

flexDungeonID = GetBestFlexRaidChoice()

Returns

flexDungeonID
number - dungeon ID of the most appropriate Flex Raid instance for the player, or nil if no Flex Raids are currently appropriate.

Details

  • If there are no flex raids available for your character (i.e. you're below level 90), this function returns nil.
  • Otherwise, it returns the dungeon ID of the most advanced Flex Raid the player is eligible for.
  • You can retrieve information about the suggested flex raid using GetLFGDungeonInfo.

Patch changes

Mists of Pandaria Patch 5.4.0 (2013-09-10): Added.