speechVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "|r1=$1 |x1=")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 2.04
| 2.04


|gr1= Sounds
|gr1= Sounds


| Returns the current speech volume (set by [[fadeSpeech]])
|descr= Returns the current speech volume (set by [[fadeSpeech]])


| '''speechVolume'''
|s1= '''speechVolume'''


|r1= [[Number]]
|r1= [[Number]]


|x1=<code>[[hint]] [[str]] [[speechVolume]];</code>
|x1= <sqf>hint str speechVolume;</sqf>


|seealso= [[fadeSpeech]], [[musicVolume]], [[soundVolume]], [[radioVolume]], [[environmentVolume]], [[getAudioOptionVolumes]]
|seealso= [[fadeSpeech]] [[musicVolume]] [[soundVolume]] [[radioVolume]] [[environmentVolume]] [[getAudioOptionVolumes]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 15:10, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns the current speech volume (set by fadeSpeech)
Groups:
Sounds

Syntax

Syntax:
speechVolume
Return Value:
Number

Examples

Example 1:
hint str speechVolume;

Additional Information

See also:
fadeSpeech musicVolume soundVolume radioVolume environmentVolume getAudioOptionVolumes

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