LeaderboardSetPlayerItemStyleBJ

Parameters
whichPlayer player
lb leaderboard
showLabel boolean
showValue boolean
showIcon boolean
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function LeaderboardSetPlayerItemStyleBJ takes player whichPlayer, leaderboard lb, boolean showLabel, boolean showValue, boolean showIcon returns nothing
    call LeaderboardSetItemStyle(lb, LeaderboardGetPlayerIndex(lb, whichPlayer), showLabel, showValue, showIcon)
endfunction