radioChannelSetLabel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(33 intermediate revisions by 2 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
____________________________________________________________________________________________


| Set the custom radio channel's label. |DESCRIPTION=
|gr2= Custom Radio and Chat
____________________________________________________________________________________________


| index '''radioChannelSetLabel''' label|SYNTAX=
|descr= Set the custom radio channel's label.


|p1= index : [[Number]] - custom radio channel id returned by [[radioChannelCreate]] command |PARAMETER1=
|s1= customChannelID [[radioChannelSetLabel]] label
|p2= label : [[String]] - label |PARAMETER2=


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


|x1= <code>5 radioChannelSetLabel "Q-dance Radio";</code> |=
|p2= label: [[String]] - label


| [[radioChannelAdd]], [[radioChannelCreate]], [[radioChannelRemove]], [[radioChannelSetCallSign]] |SEEALSO=
|r1= [[Nothing]]


|x1= <sqf>5 radioChannelSetLabel "Q-dance Radio";</sqf>
|seealso= [[radioChannelAdd]] [[radioChannelCreate]] [[radioChannelRemove]] [[radioChannelSetCallSign]]
}}
}}
<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}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Set the custom radio channel's label.
Groups:
Radio and ChatCustom Radio and Chat

Syntax

Syntax:
customChannelID radioChannelSetLabel label
Parameters:
customChannelID: Number - custom channel ID returned by radioChannelCreate command
label: String - label
Return Value:
Nothing

Examples

Example 1:
5 radioChannelSetLabel "Q-dance Radio";

Additional Information

See also:
radioChannelAdd radioChannelCreate radioChannelRemove radioChannelSetCallSign

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