mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:53:30 +00:00
added description to sqf functions
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// function name: armatak_fnc_extract_callsign
|
||||
// function author: Valmo
|
||||
// function description: Gets the unit name or classname to be used as TAK callsign
|
||||
|
||||
params["_unit"];
|
||||
private _callsign = "";
|
||||
if (roleDescription _unit != "") then {
|
||||
|
||||
Reference in New Issue
Block a user