LeaderboardSetStyleBJ

Parameters
lb leaderboard
showLabel boolean
showNames boolean
showValues boolean
showIcons boolean
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function LeaderboardSetStyleBJ takes leaderboard lb, boolean showLabel, boolean showNames, boolean showValues, boolean showIcons returns nothing
    call LeaderboardSetStyle(lb, showLabel, showNames, showValues, showIcons)
endfunction