soundVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(command links)
(format see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Check current sound volume (set by [[fadeSound]]). |= Description
| Returns current sound volume (set by [[fadeSound]]). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''soundVolume''' |= Syntax
| '''soundVolume''' |= Syntax


| [[Number]] |= Return value
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_vol = soundVolume</pre> |= Example 1
|x1= <code>[[hint]] [[str]] [[soundVolume]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[fadeSound]] |= See also
| [[fadeSound]], [[musicVolume]], [[radioVolume]] |= See also


}}
}}

Revision as of 00:03, 18 January 2019

Hover & click on the images for description

Description

Description:
Returns current sound volume (set by fadeSound).
Groups:
Uncategorised

Syntax

Syntax:
soundVolume
Return Value:
Number

Examples

Example 1:
hint str soundVolume;

Additional Information

See also:
fadeSoundmusicVolumeradioVolume

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