ForcePickRandomPlayer
- Parameters
-
whichForce force
- 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
- Source
- Blizzard.j
- wc3modding.com
- ForcePickRandomPlayer