radioChannelSetCallSign: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Command Group: Radio Control" to "")
m (Some wiki formatting)
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| TKOH |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
|version2= 0.50


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


| Set the custom radio channel's call sign.
|gr2= Custom Radio and Chat


Available special parameters:
|descr= Set the custom radio channel's call sign.
* $KEY (reference to a localized text)
* %CHANNEL_LABEL
* %UNIT_SIDE
* %UNIT_NAME
* %UNIT_RANK
* %UNIT_ID
* %UNIT_REF
* %UNIT_GRP_NAME
* %UNIT_GRP_LEADER
* %UNIT_VEH_NAME
* %UNIT_VEH_POSITION |DESCRIPTION=
____________________________________________________________________________________________


| index [[radioChannelSetCallSign]] callSign |SYNTAX=
|s1= customChannelID [[radioChannelSetCallSign]] callSign


|p1= index: [[Number]] - custom radio channel id returned by [[radioChannelCreate]] command |PARAMETER1=
|p1= customChannelID: [[Number]] - [[Channel IDs|custom channel ID]] returned by [[radioChannelCreate]] command


|p2= callSign: [[String]] - custom call sign |PARAMETER2=
|p2= callSign: [[String]] - custom call sign - available special parameters:
{{Columns|3|
* {{hl|$KEY}} (reference to a localised text)
* {{hl|%CHANNEL_LABEL}}
* {{hl|%UNIT_SIDE}}
* {{hl|%UNIT_NAME}}
* {{hl|%UNIT_RANK}}
* {{hl|%UNIT_ID}}
* {{hl|%UNIT_REF}}
* {{hl|%UNIT_GRP_NAME}}
* {{hl|%UNIT_GRP_LEADER}}
* {{hl|%UNIT_VEH_NAME}}
* {{hl|%UNIT_VEH_POSITION}}
}}


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]
____________________________________________________________________________________________


|x1= <code>4 [[radioChannelSetCallSign]] "%UNIT_NAME";</code> |=
|x1= <sqf>4 radioChannelSetCallSign "%UNIT_NAME";</sqf>


| [[radioChannelAdd]], [[radioChannelCreate]], [[radioChannelRemove]], [[radioChannelSetLabel]] |SEEALSO=
|seealso= [[radioChannelAdd]] [[radioChannelCreate]] [[radioChannelRemove]] [[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 Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:08, 30 March 2024

Hover & click on the images for description

Description

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

Syntax

Syntax:
customChannelID radioChannelSetCallSign callSign
Parameters:
customChannelID: Number - custom channel ID returned by radioChannelCreate command
callSign: String - custom call sign - available special parameters:
  • $KEY (reference to a localised text)
  • %CHANNEL_LABEL
  • %UNIT_SIDE
  • %UNIT_NAME
  • %UNIT_RANK
  • %UNIT_ID
  • %UNIT_REF
  • %UNIT_GRP_NAME
  • %UNIT_GRP_LEADER
  • %UNIT_VEH_NAME
  • %UNIT_VEH_POSITION
Return Value:
Nothing

Examples

Example 1:
4 radioChannelSetCallSign "%UNIT_NAME";

Additional Information

See also:
radioChannelAdd radioChannelCreate radioChannelRemove 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