The search keyword must be a single word (no spaces).
Function GetRandomDirectionDeg
- Line
- 822
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- real
| 822 | function GetRandomDirectionDeg takes nothing returns real |
| 823 | return GetRandomReal(0, 360) |
| 824 | endfunction
|