clearRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (brought notes in proper format)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


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


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


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


| Clean up the content of radio protocol history. |= Description
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| '''clearRadio''' |= Syntax
|game5= tkoh
|version5= 1.00


| [[Nothing]] |= Return value
|game6= arma3
____________________________________________________________________________________________
|version6= 0.50
 
|x1= <pre>clearRadio;</pre> |= Example 1
____________________________________________________________________________________________


| [[enableRadio]] |= See also
|eff= local


|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">
Use <code>[[enableRadio]] false;</code> to disable the chat.


<dt class="note">[[User:Crowe|Crowe]]</dt>
<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]]
[[Category:Scripting Commands ArmA|CLEARRADIO]]
[[Category:Command_Group:_Radio_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[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.