The search keyword must be a single word (no spaces).

Function LeaderboardSetPlayerItemValueColorBJ

Line
6029
Location
blizzard.j
Constant?
no
Type
function
Arguments
player whichPlayer, leaderboard lb, real red, real green, real blue, real transparency
Returns
nothing
6029
function LeaderboardSetPlayerItemValueColorBJ takes player whichPlayer, leaderboard lb, real red, real green, real blue, real transparency returns nothing
6030
    call LeaderboardSetItemValueColor(lb, LeaderboardGetPlayerIndex(lb, whichPlayer), PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-transparency))
6031
endfunction