clearRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.00|Game version=
|1.00


|eff= local |Multiplayer Effects=
|eff= local


|gr1= Radio and Chat |GROUP1=
|gr1= Radio and Chat


| Clean up the content of radio protocol history. |DESCRIPTION=
| Clean up the content of radio protocol history.


| '''clearRadio''' |SYNTAX=
| '''clearRadio'''


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


| [[enableRadio]] |SEEALSO=
| [[enableRadio]]


}}
}}

Revision as of 01:13, 18 January 2021

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

Notes

Crowe
Use enableRadio false; to disable the chat.

Bottom Section