GetPlayerHandicapDamageBJ
- Parameters
-
whichPlayer player
- comment
- patch
1.32.0.13369
- Source
- Blizzard.j
- return type
real
- Source code
function GetPlayerHandicapDamageBJ takes player whichPlayer returns real return GetPlayerHandicapDamage(whichPlayer) * 100 endfunction