fadeRadio: Difference between revisions
mNo edit summary  | 
				mNo edit summary  | 
				||
| Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|FADERADIO]]  | [[Category:Scripting Commands ArmA|FADERADIO]]  | ||
<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  | |||