The search keyword must be a single word (no spaces).
Function GetRectWidthBJ
- Line
- 8078
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- rect r
- Returns
- real
| 8078 | function GetRectWidthBJ takes rect r returns real |
| 8079 | return GetRectMaxX(r) - GetRectMinX(r) |
| 8080 | endfunction
|