LeaderboardDisplayBJ

Parameters
show boolean
lb leaderboard
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function LeaderboardDisplayBJ takes boolean show, leaderboard lb returns nothing
    call LeaderboardDisplay(lb, show)
endfunction