fadeRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (local effect)
m (formatted notes + formatted examples)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>5 fadeRadio 0.1</pre> |= Example 1
|x1= <code>5 [[fadeRadio]] 0.1</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 30: Line 30:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
Does not affect VON - [[User:beta|beta]] 17:17, 11 September 2008 (EST)
<dd class="notedate">Posted on September 11, 2008 - 17:17 (EST)
<dt class="note">[[User:beta|beta]] <dd class="note">Does not affect VON
 
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 18:14, 26 March 2016

-wrong parameter ("Arma") defined!-1.00
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 in seconds
volume: Number - radio volume range 0 to 1. Maximum volume is 1. Default is 1.
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

Posted on September 11, 2008 - 17:17 (EST)
beta
Does not affect VON

Bottom Section