enableRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ENABLERADIO]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|ENABLERADIO]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|ENABLERADIO]]
 
[[Category:Scripting Commands ArmA|ENABLERADIO]]
| ofp |= Game name
 
|1.00|= Game version


|eff= local |= Effects in MP
____________________________________________________________________________________________


<h2 style="color:#000066">'''enableRadio ''enable'''''</h2>
| Enable and disable radio messages to be heard and shown in the left lower corner of the screen. That can be helpful during cutscenes. |= Description
____________________________________________________________________________________________


| '''enableRadio''' state |= Syntax


'''Operand types:'''
|p1= state: [[Boolean]] - true to enable the radio, false to disable it |= Parameter 1


'''enable:''' [[Boolean]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>enableRadio false</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
|  |= See also
[[
Nothing]]


'''Description:'''
}}


Enable radio transmissions to be heard and seen on screen.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


'''enableRadio''' [[true]]
[[Category:Scripting Commands|ENABLERADIO]]
[[Category:Scripting Commands OFP 1.96|ENABLERADIO]]
[[Category:Scripting Commands OFP 1.46|ENABLERADIO]]
[[Category:Scripting Commands ArmA|ENABLERADIO]]

Revision as of 11:06, 2 August 2006

Hover & click on the images for description

Description

Description:
Enable and disable radio messages to be heard and shown in the left lower corner of the screen. That can be helpful during cutscenes.
Groups:
Uncategorised

Syntax

Syntax:
enableRadio state
Parameters:
state: Boolean - true to enable the radio, false to disable it
Return Value:
Nothing

Examples

Example 1:
enableRadio false

Additional Information

See also:
See also needed

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