PlayerGetLeaderboardBJ

Parameters
whichPlayer player
return type
leaderboard
Source code
function PlayerGetLeaderboardBJ takes player whichPlayer returns leaderboard
    return PlayerGetLeaderboard(whichPlayer)
endfunction
Source
Blizzard.j
wc3modding.com
PlayerGetLeaderboardBJ