getAudioOptionVolumes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "")
m (Text replacement - " |r1=[[" to " |r1= [[")
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.94
|1.94
 
|arg=
 
|eff=
 
|serverExec=


|gr1= Sounds
|gr1= Sounds


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


| [[getAudioOptionVolumes]]
|s1= [[getAudioOptionVolumes]]


| [[Array]] - [effects, music, radio, von]
|r1= [[Array]] - [effects, music, radio, von]


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


| [[getSubtitleOptions]] [[soundVolume]] [[musicVolume]] [[radioVolume]] [[setPlayerVoNVolume]] [[getPlayerVoNVolume]]
|seealso= [[getSubtitleOptions]] [[soundVolume]] [[musicVolume]] [[radioVolume]] [[setPlayerVoNVolume]] [[getPlayerVoNVolume]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- For example:
<dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
<dt class="note">[[User:User Name|User Name]]</dt>
<dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
-->
<!-- END Note Section -->
</dl>
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 00:47, 8 August 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