fadeRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|FADERADIO]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite|FADERADIO]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|FADERADIO]]


| ofp |= Game name


<h2 style="color:#000066">'''''time'' fadeRadio ''volume'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| 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. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| time '''fadeRadio''' volume |= Syntax
'''time''': [[Number]]
   
'''volume''': [[Number]]


'''Type of returned value:'''
|p1= time [[Number]] |= Parameter 1


[[Nothing]]
|p2= volume [[Number]] |= Parameter 2


'''Description:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>5 fadeRadio 0.1</pre> |= Example 1
____________________________________________________________________________________________


Causes a smooth change in the radio volume.
|  |= See also


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


The default radio volume is 1.0.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|FADERADIO]]
5 '''fadeRadio''' 0.1
[[Category:Scripting Commands OFP Elite|FADERADIO]]
[[Category:Scripting Commands ArmA|FADERADIO]]

Revision as of 01:08, 2 August 2006

Hover & click on the images for description

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.
Groups:
Uncategorised

Syntax

Syntax:
time fadeRadio volume
Parameters:
time Number
volume Number
Return Value:
Nothing

Examples

Example 1:
5 fadeRadio 0.1

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section