radioVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Formatted comment.)
m (template:command argument fix)
(7 intermediate revisions by 5 users not shown)
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]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| |= See also
| [[fadeRadio]], [[soundVolume]], [[musicVolume]] |SEEALSO=


}}
}}
Line 38: Line 38:
[[Category:Command_Group:_Sounds|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Sounds|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands VBS2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:45, 7 April 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