The search keyword must be a single word (no spaces).
Function RandomDestructableInRectSimpleBJ
- Line
- 4276
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- rect r
- Returns
- destructable
| 4276 | function RandomDestructableInRectSimpleBJ takes rect r returns destructable |
| 4277 | return RandomDestructableInRectBJ(r, null) |
| 4278 | endfunction
|