The search keyword must be a single word (no spaces).
Function RandomItemInRectSimpleBJ
- Line
- 3252
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- rect r
- Returns
- item
| 3252 | function RandomItemInRectSimpleBJ takes rect r returns item |
| 3253 | return RandomItemInRectBJ(r, null) |
| 3254 | endfunction
|