Ansible2 / Ansible2/Kiska-Function-Library

Default TFAR radio channels

Open
#171 0 comments 0 reactions 0 assignees View on GitHub
enhancement KISKA_Functions
Dominant language
SQF
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Through CBA settings players should be able to set a default TFAR radio frequency for each channel. Here's some example code that may be relevant.

```sqf
private _srRadio = [] call TFAR_fnc_activeSwRadio;
private _loadedSR = false;
if (!isNil "_srRadio") then {
[_srRadio, _savedSRSettings] call TFAR_fnc_setSwSettings;
private _loadedSR = true;
};

private _lrRadio = [] call TFAR_fnc_activeLrRadio;
private _loadedLR = false;
if (!isNil "_lrRadio") then {
[_lrRadio, _savedLRSettings] call TFAR_fnc_setLrSettings;
private _loadedLR = true;
};
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.