fadeSpeech: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= * " to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2oa |Game name=
| arma2oa
|eff= local|Multiplayer Effects=
|eff= local


|1.51|Game version=
|1.51


|gr1= Sounds |GROUP1=
|gr1= Sounds


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


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


|p1= time: [[Number]] |Parameter1=
|p1= time: [[Number]]


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


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


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


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


}}
}}

Revision as of 01:35, 18 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

Bottom Section