radioVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved command to template)
m (template:command argument fix)
(15 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|RADIOVOLUME]]
[[Category:Scripting Commands OFP Elite |RADIOVOLUME]]
[[Category:Scripting Commands ArmA|RADIOVOLUME]]
[[Category:Scripting Commands|RADIOVOLUME]]
[[Category:Scripting Commands OFP Elite |RADIOVOLUME]]
[[Category:Scripting Commands ArmA|RADIOVOLUME]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 12: Line 4:
| arma |= Game name
| arma |= Game name


|2.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''radioVolume''' |= Syntax
| '''radioVolume''' |SYNTAX=
 
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________


| [[Number]] |= Return value
|x1 = <code>[[hint]] [[str]] [[radioVolume]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
Line 35: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|RADIOVOLUME]]
[[Category:Scripting Commands OFP Elite|RADIOVOLUME]]
[[Category:Scripting Commands ArmA|RADIOVOLUME]]
[[Category:Scripting Commands ArmA2|RADIOVOLUME]]
[[Category:Command_Group:_Sounds|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{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