RandomDestructableInRectSimpleBJ

Parameters
r rect
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
destructable
Source code
function RandomDestructableInRectSimpleBJ takes rect r returns destructable
    return RandomDestructableInRectBJ(r, null)
endfunction