fadeRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:




 
<h2 style="color:#000066">'''''time'' fadeRadio ''volume'''''</h2>
<h2 style="color:#000066">''time'' ''''' fadeRadio ''''' ''volume''</h2>




Line 18: Line 17:
[[Nothing]]
[[Nothing]]


'''Compatibility:'''
'''Description:'''
 
Causes a smooth change in the radio volume.


The change duration is given by '''time''', the target volume by '''volume'''.


'''Description:'''
The default radio volume is 1.0.


Causes a smooth change in the radio volume. The change duration is given by time, the target volume by volume. The default radio volume is 1.0.


'''Example:'''
'''Example:'''
    
    
5 '''fadeRadio''' 0.1
5 '''fadeRadio''' 0.1

Revision as of 22:06, 3 July 2006


time fadeRadio volume


Operand types:

time: Number

volume: Number

Type of returned value:

Nothing

Description:

Causes a smooth change in the radio volume.

The change duration is given by time, the target volume by volume.

The default radio volume is 1.0.


Example:

5 fadeRadio 0.1