LeaderboardSetPlayerItemLabelBJ

Parameters
whichPlayer player
lb leaderboard
val string
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function LeaderboardSetPlayerItemLabelBJ takes player whichPlayer, leaderboard lb, string val returns nothing
    call LeaderboardSetItemLabel(lb, LeaderboardGetPlayerIndex(lb, whichPlayer), val)
endfunction