Page MenuHomeFeedback Tracker

Add a way to retrieve the label and call sign of a custom radio channel
New, WishlistPublic

Description

radioChannelSetCallSign and radioChannelSetLabel are set commands with no get variant.

Would work like this:

my_channel = radioChannelCreate [[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [player]];

my_channel radioChannelSetLabel "test_label";
my_channel radioChannelSetCallSign "%UNIT_ID";

radioChannelGetLabel my_channel
-> "test_label"

radioChannelGetCallSign my_channel
-> "%UNIT_ID"

Details

Legacy ID
2378594538
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Feature Request

Event Timeline

commy2 set Category to Feature Request.Dec 9 2015, 5:26 PM
commy2 set Reproducibility to N/A.
commy2 set Severity to None.
commy2 set Resolution to Open.
commy2 set Legacy ID to 2378594538.May 8 2016, 1:17 PM

This was resolved by the addition of radioChannelInfo in 2.00