musicVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
(format)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''musicVolume''' |= Syntax
| '''musicVolume''' |= Syntax


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


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



Revision as of 17:12, 25 December 2018

Hover & click on the images for description

Description

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

Syntax

Syntax:
musicVolume
Return Value:
Number

Examples

Example 1:
_volume = musicVolume;

Additional Information

See also:
fadeMusic

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