The search keyword must be a single word (no spaces).
Function SetTerrainFogExBJ
- Line
- 2180
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- integer style, real zstart, real zend, real density, real red, real green, real blue
- Returns
- nothing
| 2180 | function SetTerrainFogExBJ takes integer style, real zstart, real zend, real density, real red, real green, real blue returns nothing |
| 2181 | call SetTerrainFogEx(style, zstart, zend, density, red * 0.01, green * 0.01, blue * 0.01) |
| 2182 | endfunction
|