fadeSpeech: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 8: Line 7:


|gr1= Sounds |GROUP1=
|gr1= Sounds |GROUP1=
____________________________________________________________________________________________


| 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=
Line 20: Line 17:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>5 [[fadeSpeech]] 0.1;</code> |EXAMPLE1=
|x1= <code>5 [[fadeSpeech]] 0.1;</code> |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 02:18, 17 January 2021

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

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