ForcePickRandomPlayer
- Parameters
-
whichForce force
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- 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