LeaderboardSetStyleBJ

Parameters
lb leaderboard
showLabel boolean
showNames boolean
showValues boolean
showIcons boolean
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
Source
Blizzard.j
wc3modding.com
LeaderboardSetStyleBJ