ForcePickRandomPlayer

Parameters
whichForce force
comment
patch

1.00

Source
Blizzard.j
return type
player
Source code
function ForcePickRandomPlayer takes force whichForce returns player
    set bj_forceRandomConsidered = 0
    set bj_forceRandomCurrentPick = null
    call ForForce(whichForce, function ForcePickRandomPlayerEnum)
    return bj_forceRandomCurrentPick
endfunction