radioChannelSetCallSign: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
No edit summary
 
Line 11: Line 11:
|gr2= Custom Radio and Chat
|gr2= Custom Radio and Chat


|descr= Set the custom radio channel's call sign.  
|descr= Set the custom radio chat channel's call sign. Since {{GVI|arma3|2.22|size= 0.75}} it is possible to also set VoN call sign


|s1= customChannelID [[radioChannelSetCallSign]] callSign
|s1= customChannelID [[radioChannelSetCallSign]] callSign
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 call sign - available special parameters:
|p2= callSign: [[String]] - custom chat call sign (or since {{GVI|arma3|2.22|size= 0.75}} - [[Array]] in format [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 12:45, 23 November 2025

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 in format [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 or on the Forums.
Only post proven facts here! Add Note