ChooseRandomItemExBJ

Parameters
levelinteger
whichTypeitemtype
comment
patch

1.07

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
integer
Source code
function ChooseRandomItemExBJ takes integer level, itemtype whichType returns integer
    return ChooseRandomItemEx(whichType, level)
endfunction