RandomDistAddItem
- Parameters
-
inID integer
inChance integer
- return type
nothing
- Source code
function RandomDistAddItem takes integer inID, integer inChance returns nothing set bj_randDistID[bj_randDistCount] = inID set bj_randDistChance[bj_randDistCount] = inChance set bj_randDistCount = bj_randDistCount + 1 endfunction
- Source
- Blizzard.j
- wc3modding.com
- RandomDistAddItem