getAudioOptionVolumes

From Bohemia Interactive Community
Revision as of 18:44, 14 January 2023 by Killzone Kid (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns profile audio volumes. Arma 3 2.10 added UI channel, Arma 3 2.12 added map factor
Groups:
Sounds

Syntax

Syntax:
getAudioOptionVolumes
Return Value:
Array - [effects, music, radio, von, UI, map] where:
  • effects Number - fx volume factor
  • music Number - music volume factor
  • radio Number - speech volume factor
  • von Number - von volume factor
  • UI Number - UI volume factor
  • map Number - map volume factor

Examples

Example 1:
getAudioOptionVolumes params ["_effects", "_music", "_radio", "_von", "_UI", "_map"];

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