ChooseRandomItemExBJ
- Parameters
-
level integer
whichType itemtype
- 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