fadeSound: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
<h2 style="color:#000066">''time '''''fadeSound ''volume'''''</h2>
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

Revision as of 11:21, 16 April 2006

back to COMREF

time fadeSound volume


Operand types:

time: Number

volume: Number

Type of returned value:

Nothing

Description:

Smooth change in all sounds volume.

Change duration is given by time, target volume by volume.

Default sounds volume is 1.0.


Example:

5 fadeSound 0.1