The search keyword must be a single word (no spaces).
Function RandomDestructableInRectBJ
- Line
- 4265
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- rect r, boolexpr filter
- Returns
- destructable
| 4265 | function RandomDestructableInRectBJ takes rect r, boolexpr filter returns destructable |
| 4266 | set bj_destRandomConsidered = 0 |
| 4267 | set bj_destRandomCurrentPick = null |
| 4268 | call EnumDestructablesInRect(r, filter, function RandomDestructableInRectBJEnum) |
| 4269 | call DestroyBoolExpr(filter) |
| 4270 | return bj_destRandomCurrentPick |
| 4271 | endfunction
|