clearRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]OFP[ _]Elite *(\|.*)?\]\]" to "{{GameCategory|ofpe|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 9: Line 8:


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


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


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


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


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

Revision as of 01:18, 17 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