Returns the number of encounters.


See also Looking for group functions.

Signature:

totalEncounters, encountersCompleted = GetLFGDungeonNumEncounters(dungeonId)

Arguments:

Returns:

  • totalEncounters - total number of encounters in the whole raid (number)
  • encountersCompleted - number of encounters completed in this raid finder (number)

Examples:

-- 610 is first part of throne of thunder, 611, 612, 613 are the others
-- I completed the first and the third part, was not yet in the second. The fourth was not released at this time.
GetRFDungeonInfo(610)   -- 12,3
GetRFDungeonInfo(611)   -- 12,0
GetRFDungeonInfo(612)   -- 12,3
GetRFDungeonInfo(613)   -- 12,0