fadeRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|FADERADIO]]
[[Category:Scripting Commands ArmA|FADERADIO]]


<new command not populated>




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




'''Operand types:'''
'''Operand types:'''
'''time''': [[Number]]
   
'''volume''': [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''


'''Description:'''
'''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:'''
'''Example:'''
 
5 '''fadeRadio''' 0.1

Revision as of 02:28, 2 July 2006



time fadeRadio volume


Operand types:

time: Number

volume: Number

Type of returned value:

Nothing

Compatibility:


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