LeaderboardSetPlayerItemStyleBJ
- Parameters
whichPlayer playerlb leaderboardshowLabel booleanshowValue booleanshowIcon boolean- comment
- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- 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