RandomDestructableInRectSimpleBJ
- Parameters
-
r rect
- comment
- patch
-
1.00
- Source
- Blizzard.j
- return type
-
destructable
- Source code
-
function RandomDestructableInRectSimpleBJ takes rect r returns destructable return RandomDestructableInRectBJ(r, null) endfunction