The search keyword must be a single word (no spaces).
Function SetMusicVolumeBJ
- Line
- 2529
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- real volumePercent
- Returns
- nothing
| 2529 | function SetMusicVolumeBJ takes real volumePercent returns nothing |
| 2530 | call SetMusicVolume(PercentToInt(volumePercent, 127)) |
| 2531 | endfunction
|