Files
armatak/addons/main/functions/api/fn_send_drone_cot.sqf

8 lines
211 B
Plaintext

// function name: armatak_fnc_send_drone_cot
// function author: Valmo
// function description: Gets the drone information for the CoT Router
params["_drone"];
[_drone] call armatak_fnc_send_uas_platform_cot;