GetPlayerHandicapReviveTimeBJ

Parameters
whichPlayerplayer
comment
patch

1.32.0.13369

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
real
Source code
function GetPlayerHandicapReviveTimeBJ takes player whichPlayer returns real
    return GetPlayerHandicapReviveTime(whichPlayer) * 100
endfunction