radioChannelSetLabel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\|= * " to " ")
Line 19: Line 19:
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=


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


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

Revision as of 22:37, 17 January 2021

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:
radioChannelAddradioChannelCreateradioChannelRemoveradioChannelSetCallSign

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

Bottom Section