Ansible2 / Ansible2/Kiska-Function-Library
Default TFAR radio channels
未关闭
enhancement
KISKA_Functions
- 主要语言
- SQF
- 星标
- 0
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
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;
};
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。