GetPlayerHandicapBJ

Parameters
whichPlayer player
return type
real
Source code
function GetPlayerHandicapBJ takes player whichPlayer returns real
    return GetPlayerHandicap(whichPlayer) * 100
endfunction
Source
Blizzard.j
wc3modding.com
GetPlayerHandicapBJ