radioChannelSetCallSign: Difference between revisions

From Bohemia Interactive Community
No edit summary
mNo edit summary
 
Line 17: Line 17:
|p1= customChannelID: [[Number]] - [[Channel IDs|custom channel ID]] returned by [[radioChannelCreate]] command
|p1= customChannelID: [[Number]] - [[Channel IDs|custom channel ID]] returned by [[radioChannelCreate]] command


|p2= callSign: [[String]] - custom chat call sign (or since {{GVI|arma3|2.22|size= 0.75}} - [[Array]] format [callSign, callSignVoN]). Available special parameters:
|p2= callSign: [[String]] - custom chat call sign (or since {{GVI|arma3|2.22|size= 0.75}} - [[Array]] with [callSign, callSignVoN]). Available special parameters:
{{Columns|3|
{{Columns|3|
* {{hl|$KEY}} (reference to a localised text)
* {{hl|$KEY}} (reference to a localised text)

Latest revision as of 09:52, 2 January 2026

Hover & click on the images for description

Description

Description:
Set the custom radio chat channel's call sign. Since Arma 3 logo black.png 2.22 it is possible to also set VoN 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 chat call sign (or since Arma 3 logo black.png 2.22 - Array with [callSign, callSignVoN]). 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.
Only post proven facts here! Add Note