PlayerGetLeaderboardBJ

Parameters
whichPlayerplayer
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
leaderboard
Source code
function PlayerGetLeaderboardBJ takes player whichPlayer returns leaderboard
    return PlayerGetLeaderboard(whichPlayer)
endfunction