SetPlayerHandicapReviveTimeBJ
- Parameters
whichPlayer playerhandicapPercent real- comment
- patch
1.32.0.13369
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
nothing- Source code
function SetPlayerHandicapReviveTimeBJ takes player whichPlayer, real handicapPercent returns nothing call SetPlayerHandicapReviveTime(whichPlayer, handicapPercent * 0.01) endfunction