RandomDestructableInRectSimpleBJ

Parameters
r rect
return type
destructable
Source code
function RandomDestructableInRectSimpleBJ takes rect r returns destructable
    return RandomDestructableInRectBJ(r, null)
endfunction
Source
Blizzard.j
wc3modding.com
RandomDestructableInRectSimpleBJ