fadeSound: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h2 style="color:#000066">'' | back to [[Scripting_Reference#F|COMREF]] | ||
<h2 style="color:#000066">'''''time'' fadeSound ''volume'''''</h2> | |||
'''Operand types:''' | '''Operand types:''' | ||
time: [[Number]] | '''time:''' [[Number]] | ||
volume: [[Number]] | '''volume:''' [[Number]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Smooth change in all sounds volume. | Smooth change in all sounds volume. | ||
Change duration is given by time, target volume by volume. | |||
Change duration is given by '''time''', target volume by '''volume'''. | |||
Default sounds volume is 1.0. | Default sounds volume is 1.0. | ||
'''Example:''' | '''Example:''' | ||
5 '''fadeSound''' 0.1 | 5 '''fadeSound''' 0.1 |