The search keyword must be a single word (no spaces).
Function SetWaterBaseColorBJ
- Line
- 2107
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- real red, real green, real blue, real transparency
- Returns
- nothing
| 2107 | function SetWaterBaseColorBJ takes real red, real green, real blue, real transparency returns nothing |
| 2108 | call SetWaterBaseColor(PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-transparency)) |
| 2109 | endfunction
|