radioChannelRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(First draft documentation for new TKOH command)
 
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(43 intermediate revisions by 8 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{RV|type=command


{{Command|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| TKOH |= Game name
|game2= arma3
|version2= 0.50


|1.00|= Game version
|gr1= Radio and Chat
____________________________________________________________________________________________


| Remove the characters from the custom radio channel. |= Description
|gr2= Custom Radio and Chat
____________________________________________________________________________________________


| index '''radioChannelRemove''' characters|= Syntax
|descr= Remove the units from the custom radio channel.


|p1= index : [[Number]] - custom radio channel index |= Parameter 1
|s1= customChannelID [[radioChannelRemove]] units
|p2= characters : [[Array]] - list of characters |= Parameter 2


| [[Nothing]] |= Return value
|p1= customChannelID: [[Number]] - [[Channel IDs|custom channel ID]] returned by [[radioChannelCreate]] command
____________________________________________________________________________________________


|x1= <code>3 radioChannelRemove [myCharacter1, myCharacter2];</code> |=
|p2= units: [[Array]] - list of units


| - |= See also
|r1= [[Nothing]]


|x1= <sqf>3 radioChannelRemove [blufor_unit_1, blufor_unit_2];</sqf>
|seealso= [[radioChannelAdd]] [[radioChannelCreate]] [[radioChannelSetCallSign]] [[radioChannelSetLabel]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:23, 5 May 2022

Hover & click on the images for description

Description

Description:
Remove the units from the custom radio channel.
Groups:
Radio and ChatCustom Radio and Chat

Syntax

Syntax:
customChannelID radioChannelRemove units
Parameters:
customChannelID: Number - custom channel ID returned by radioChannelCreate command
units: Array - list of units
Return Value:
Nothing

Examples

Example 1:
3 radioChannelRemove [blufor_unit_1, blufor_unit_2];

Additional Information

See also:
radioChannelAdd radioChannelCreate radioChannelSetCallSign radioChannelSetLabel

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