reoganized command groups on extension call

This commit is contained in:
Valmo Trindade
2025-11-30 10:43:18 -03:00
parent 5ac49e12f8
commit 9763cb6697
14 changed files with 382 additions and 39 deletions

View File

@@ -123,4 +123,4 @@ if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '
_role = armatak_attribute_marker_type;
};
_role
_role

View File

@@ -22,6 +22,6 @@ _target = getSensorTargets (_unit);
_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]];
"armatak" callExtension ["tcp_socket:cot:marker", [_marker_cot]];
};
} forEach _target;
} forEach _target;