GetPlayerHandicapDamageBJ
- Parameters
whichPlayer player
- comment
- patch
1.32.0.13369
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
real
- Source code
function GetPlayerHandicapDamageBJ takes player whichPlayer returns real return GetPlayerHandicapDamage(whichPlayer) * 100 endfunction