Add 'acre_api_fnc_getRadioOnOffState' to accessible method
When merged this pull request will:
- Describe what this pull request will do:
Add 'acre_api_fnc_getRadioOnOffState' to accessible method.
- The two functions you have in PR don't add any behavior.
- Adding a wrapper isn't going to magically make it work.
Need to check how GetVolume works and add necessary logic I think. (comments from people in Discord ACE : https://discord.com/channels/976165959041679380/976228128156446731/1275560027289026673)
getRadioOnOffState seems like a very clunky name to me, maybe something like getPowerState would be better?
getRadioOnOffStateseems like a very clunky name to me, maybe something likegetPowerStatewould be better?
I don't think so since getRadioOnOffState already exists and changing the name to getPowerState would be a good idea if I also renamed all previous references to the old name then. Which is too much of a hassle for too little gain.
Ahh fair enough