The search keyword must be a single word (no spaces).
Function ForcePickRandomPlayer
- Line
- 4736
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- force whichForce
- Returns
- player
| 4736 | function ForcePickRandomPlayer takes force whichForce returns player |
| 4737 | set bj_forceRandomConsidered = 0 |
| 4738 | set bj_forceRandomCurrentPick = null |
| 4739 | call ForForce(whichForce, function ForcePickRandomPlayerEnum) |
| 4740 | return bj_forceRandomCurrentPick |
| 4741 | endfunction
|