Added vehicle sensor handler to get sensor input and throw it on ATAK

This commit is contained in:
Valmo Trindade
2025-11-22 12:15:15 -03:00
parent 7e4379ada4
commit 524e7a0b3e
7 changed files with 43 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ _unit_position = _unit call armatak_client_fnc_extractClientPosition;
_uuid = _unit call armatak_fnc_extract_uuid;
_type = _unit call armatak_fnc_extract_role;
_callsign = _unit call armatak_fnc_extract_marker_callsign;
_marker_cot = [_uuid, _type, _unit_position select 1, _unit_position select 2, _unit_position select 3, _callsign, _unit_position select 5, _unit_position select 6];
"armatak" callExtension ["tcp_socket:send_marker_cot", [_marker_cot]];