The search keyword must be a single word (no spaces).
Function GetFadeFromSeconds
- Line
- 8001
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- real seconds
- Returns
- integer
| 8001 | function GetFadeFromSeconds takes real seconds returns integer |
| 8002 | if (seconds != 0) then |
| 8003 | return 128 / R2I(seconds) |
| 8004 | endif
|
| 8005 | return 10000 |
| 8006 | endfunction
|