clearRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)]]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma1 |Game name=
|game1= ofpe
|version1= 1.00


|1.00|Game version=
|game2= arma1
|version2= 1.00


|eff= local |Multiplayer Effects=
|game3= arma2
|version3= 1.00


|gr1= Radio and Chat |GROUP1=
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| Clean up the content of radio protocol history. |DESCRIPTION=
|game5= tkoh
____________________________________________________________________________________________
|version5= 1.00


| '''clearRadio''' |SYNTAX=
|game6= arma3
|version6= 0.50


| [[Nothing]] |RETURNVALUE=
|eff= local
____________________________________________________________________________________________
 
|x1= <code>[[clearRadio]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[enableRadio]] |SEEALSO=
|gr1= Radio and Chat


|descr= Clean up the content of radio protocol history.
|s1= [[clearRadio]]
|r1= [[Nothing]]
|x1= <sqf>clearRadio;</sqf>
|seealso= [[enableRadio]]
}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->


<dt class="note">[[User:Crowe|Crowe]]<dd class="note">
<dt class="note">[[User:Crowe|Crowe]]</dt>
Use <code>[[enableRadio]] false;</code> to disable the chat.
<dd class="note">
Use <sqf>enableRadio false;</sqf> to disable the chat.
</dd>


<!-- Note Section END -->
</dl>
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|CLEARRADIO]]
[[Category:Scripting Commands OFP Elite |CLEARRADIO]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Clean up the content of radio protocol history.
Groups:
Radio and Chat

Syntax

Syntax:
clearRadio
Return Value:
Nothing

Examples

Example 1:
clearRadio;

Additional Information

See also:
enableRadio

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
Crowe
Use to disable the chat.