getAudioOptionVolumes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
mNo edit summary
Line 18: Line 18:
| [[getAudioOptionVolumes]] |Syntax=
| [[getAudioOptionVolumes]] |Syntax=


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



Revision as of 21:31, 1 June 2019

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.93|1.93]]
Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_volumeSettings = getAudioOptionVolumes;

Additional Information

See also:
getSubtitleOptions 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

[[Category:Introduced with arma3dev version 1.93]][[ Category: arma3dev: New Scripting Commands | GETAUDIOOPTIONVOLUMES]][[ Category: arma3dev: Scripting Commands | GETAUDIOOPTIONVOLUMES]]

Bottom Section