enableRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Made notes section all pretty)
m (Some wiki formatting)
 
(62 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
|version2= 1.00


|eff= local |= Effects in MP
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Enable and disable radio messages to be heard and shown in the left lower corner of the screen. This command can be helpful during cutscenes. |= Description
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| '''enableRadio''' state |= Syntax
|game5= arma2oa
|version5= 1.50


|p1= state: [[Boolean]] - true to enable the radio, false to disable it |= Parameter 1
|game6= tkoh
|version6= 1.00


| [[Nothing]] |= Return value
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <pre>enableRadio false</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|eff= local


}}
|gr1= Radio and Chat
|gr2= Sounds
 
|descr= Enable and disable radio messages to be heard and shown in the left lower corner of the screen - the order-giving unit can still be heard direct-talking when in its vicinity. The AI will still follow orders.
This command can be helpful during cutscenes.
 
|s1= [[enableRadio]] state


<h3 style="display:none">Notes</h3>
|p1= state: [[Boolean]] - true to enable the radio, false to disable it
<dl class="command_description">
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on 7 August, 2008</dd>
|r1= [[Nothing]]
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt>
<dd class="note">
This command doesn't disable text-chat in multiplayer.
</dd>


<dd class="notedate">Posted on 11 September, 2008 </dd>
|x1= <sqf>
<dt class="note">'''[[User:beta|beta]]'''</dt>
enableRadio false;
<dd class="note">
clearRadio;
Does not affect VON.
</sqf>
</dd>


<!-- Note Section END -->
|seealso= [[radioEnabled]] [[setSpeaker]] [[disableConversation]] [[enableSentences]] [[showSubtitles]]
</dl>
}}


<h3 style="display:none">Bottom Section</h3>
{{Note
|user= Lou Montana
|timestamp= 20080807145000
|text= This command doesn't disable text-chat in multiplayer.
}}


[[Category:Scripting Commands|ENABLERADIO]]
{{Note
[[Category:Scripting Commands OFP 1.96|ENABLERADIO]]
|user= beta
[[Category:Scripting Commands OFP 1.46|ENABLERADIO]]
|timestamp= 20080911234300
[[Category:Scripting Commands ArmA|ENABLERADIO]]
|text= Does not affect VON.
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Radio_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 21:46, 20 May 2023

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 - the order-giving unit can still be heard direct-talking when in its vicinity. The AI will still follow orders. This command can be helpful during cutscenes.
Groups:
Radio and ChatSounds

Syntax

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

Examples

Example 1:
enableRadio false; clearRadio;

Additional Information

See also:
radioEnabled setSpeaker disableConversation enableSentences showSubtitles

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
Lou Montana - c
Posted on Aug 07, 2008 - 14:50 (UTC)
This command doesn't disable text-chat in multiplayer.
beta - c
Posted on Sep 11, 2008 - 23:43 (UTC)
Does not affect VON.