musicVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the current music volume (set by [[fadeMusic]]) |= Description
| Returns the current music volume (set by [[fadeMusic]]) |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''musicVolume''' |= Syntax
| '''musicVolume''' |SYNTAX=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=


|x1=<code>[[hint]] [[str]] [[musicVolume]];</code>|EXAMPLE1=  
|x1=<code>[[hint]] [[str]] [[musicVolume]];</code>|EXAMPLE1=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[fadeMusic]], [[soundVolume]], [[radioVolume]] |= See also
| [[fadeMusic]], [[soundVolume]], [[radioVolume]] |SEEALSO=


}}
}}

Revision as of 15:44, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns the current music volume (set by fadeMusic)
Groups:
Uncategorised

Syntax

Syntax:
musicVolume
Return Value:
Number

Examples

Example 1:
hint str musicVolume;

Additional Information

See also:
fadeMusicsoundVolumeradioVolume

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

Notes

Bottom Section