getAudioOptionVolumes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added example)
mNo edit summary
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 12:49, 26 May 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

Examples

Example 1:
_volumeSettings = getAudioOptionVolumes;

Additional Information

See also:
getSubtitleOptions

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