radioChannelSetCallSign: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting) |
Killzone Kid (talk | contribs) 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 - | |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
Description
- Description:
- Set the custom radio chat channel's call sign. Since
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
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
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