The search keyword must be a single word (no spaces).
Function GetRandomLocInRect
- Line
- 832
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- rect whichRect
- Returns
- location
| 832 | function GetRandomLocInRect takes rect whichRect returns location |
| 833 | return Location(GetRandomReal(GetRectMinX(whichRect), GetRectMaxX(whichRect)), GetRandomReal(GetRectMinY(whichRect), GetRectMaxY(whichRect))) |
| 834 | endfunction
|