radioVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
(format)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Checks the current radio volume (set by [[fadeRadio]]). |= Description
| Returns the current radio volume (set by [[fadeRadio]]). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


|x1 = <pre>_volume = radioVolume;</pre> |= Example 1
|x1 = <code>[[hint]] [[str]] [[radioVolume]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[soundVolume]], [[musicVolume]], [[fadeSound]], [[fadeMusic]], [[fadeRadio]] |= See also
| [[fadeRadio]], [[soundVolume]], [[musicVolume]] |= See also


}}
}}

Revision as of 00:06, 18 January 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Returns the current radio volume (set by fadeRadio).
Groups:
Uncategorised

Syntax

Syntax:
radioVolume
Return Value:
Number

Examples

Example 1:
hint str radioVolume;

Additional Information

See also:
fadeRadiosoundVolumemusicVolume

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