fadeSpeech: Difference between revisions
Jump to navigation
Jump to search
(formatting) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
||
(14 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma2oa | |game1= arma2oa | ||
|version1= 1.50 | |||
|version1= 1. | |||
|game2= tkoh | |game2= tkoh | ||
|version2= 1.00 | |version2= 1.00 | ||
|game3= arma3 | |game3= arma3 | ||
|version3= 0.50 | |version3= 0.50 | ||
Line 22: | Line 19: | ||
* [[say3D]] when ''isSpeech'' argument is [[true]] | * [[say3D]] when ''isSpeech'' argument is [[true]] | ||
|s1= time | |s1= time [[fadeSpeech]] volume | ||
|p1= time: [[Number]] - | |p1= time: [[Number]] - fade interval in seconds | ||
|p2= volume: [[Number]] - | |p2= volume: [[Number]] - speech volume range 0 to 2 | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>5 fadeSpeech 0.1;</sqf> | ||
|seealso= [[speechVolume]] | |seealso= [[speechVolume]] [[fadeRadio]] [[fadeSound]] [[fadeMusic]] [[fadeEnvironment]] [[environmentVolume]] [[soundVolume]] [[musicVolume]] [[radioVolume]] | ||
}} | }} |
Latest revision as of 15:49, 8 November 2023
Description
- Description:
- Changes the master speech volume smoothly within the given time. The default volume is 1.0. Some of the sounds that play through speech channel are:
- Tactical Ping sound
- playSound when isSpeech argument is true
- say3D when isSpeech argument is true
- Groups:
- Sounds
Syntax
- Syntax:
- time fadeSpeech volume
- Parameters:
- time: Number - fade interval in seconds
- volume: Number - speech volume range 0 to 2
- Return Value:
- Nothing
Examples
- Example 1:
- 5 fadeSpeech 0.1;
Additional Information
- See also:
- speechVolume fadeRadio fadeSound fadeMusic fadeEnvironment environmentVolume soundVolume musicVolume radioVolume
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