View Single Post
06/23/15, 11:36 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,580
I think you are looking for these:

Code:
     GetRaidName(integer raidId)
        Returns: string name 

    QueryRaidLeaderboardData() 

    GetNumRaidLeaderboards()
        Returns: integer count 

    GetRaidLeaderboardInfo(integer raidIndex)
        Returns: string name, boolean isWeekly, integer raidId, integer RaidCategory category 

    GetRaidLeaderboardLocalPlayerInfo(integer raidIndex)
        Returns: integer rank, integer bestScore 

    GetNumRaidLeaderboardEntries(integer raidIndex)
        Returns: integer count 

    GetRaidLeaderboardEntryInfo(integer raidIndex, integer entryIndex)
        Returns: integer ranking, string charName, integer time, integer classId, integer allianceId
  Reply With Quote