fadeSpeech: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Cause a smooth change in the master speech volume. The change duration is given by time, the target volume by volume. The default master is 1.0. |= Description
| Cause a smooth change in the master speech volume. The change duration is given by time, the target volume by volume. The default master is 1.0. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| time '''fadeSpeech''' volume |= Syntax
| time '''fadeSpeech''' volume |SYNTAX=


|p1= time: [[Number]] |=  
|p1= time: [[Number]] |=  
|p2= volume: [[Number]] |=  
|p2= volume: [[Number]] |=  


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


|  [[fadeRadio]], [[fadeSound]], [[fadeMusic]], [[soundVolume]], [[musicVolume]], [[radioVolume]] |= See also
|  [[fadeRadio]], [[fadeSound]], [[fadeMusic]], [[soundVolume]], [[musicVolume]], [[radioVolume]] |SEEALSO=


}}
}}

Revision as of 15:39, 7 April 2019

Hover & click on the images for description

Description

Description:
Cause a smooth change in the master speech volume. The change duration is given by time, the target volume by volume. The default master is 1.0.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
5 fadeSpeech 0.1;

Additional Information

See also:
fadeRadiofadeSoundfadeMusicsoundVolumemusicVolumeradioVolume

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