fadeRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
| time '''fadeRadio''' volume |= Syntax
| time '''fadeRadio''' volume |= Syntax


|p1= time [[Number]] |= Parameter 1
|p1= time: [[Number]] in seconds |= Parameter 1


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 23:32, 22 January 2009

-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
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

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

Bottom Section