Ansible2 / Ansible2/Kiska-Function-Library
Default TFAR radio channels
- Lenguaje dominante
- SQF
- Estrellas
- 0
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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;
};
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.