GroupPickRandomUnitEnum
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
nothing
- Source code
function GroupPickRandomUnitEnum takes nothing returns nothing set bj_groupRandomConsidered = bj_groupRandomConsidered + 1 if (GetRandomInt(1,bj_groupRandomConsidered) == 1) then set bj_groupRandomCurrentPick = GetEnumUnit() endif endfunction