getAudioOptionVolumes: Difference between revisions

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


| arma3 |Game=
| arma3 |Game=
Line 13: Line 12:


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


| Returns profile audio volumes in format [effects, music, radio, von]. |Description=
| Returns profile audio volumes in format [effects, music, radio, von]. |Description=
____________________________________________________________________________________________


| [[getAudioOptionVolumes]] |Syntax=
| [[getAudioOptionVolumes]] |Syntax=


| [[Array]] - [effects, music, radio, von]| Return Value=
| [[Array]] - [effects, music, radio, von]| Return Value=
____________________________________________________________________________________________


|x1= <code>_volumeSettings = [[getAudioOptionVolumes]];</code> |Example 1=
|x1= <code>_volumeSettings = [[getAudioOptionVolumes]];</code> |Example 1=
____________________________________________________________________________________________


| [[getSubtitleOptions]] [[soundVolume]] [[musicVolume]] [[radioVolume]] [[setPlayerVoNVolume]] [[getPlayerVoNVolume]]|See Also=
| [[getSubtitleOptions]] [[soundVolume]] [[musicVolume]] [[radioVolume]] [[setPlayerVoNVolume]] [[getPlayerVoNVolume]]|See Also=

Revision as of 02:12, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns profile audio volumes in format [effects, music, radio, von].
Groups:
Sounds

Syntax

Syntax:
getAudioOptionVolumes
Return Value:
Array - [effects, music, radio, von]

Examples

Example 1:
_volumeSettings = getAudioOptionVolumes;

Additional Information

See also:
getSubtitleOptions soundVolume musicVolume radioVolume setPlayerVoNVolume getPlayerVoNVolume

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