Added example about sensor data

2026-05-25 03:15:56 -03:00
parent 78e9b7d820
commit acfae99b8c

@@ -80,6 +80,12 @@ The server-side router currently emits CoT for:
The router runs continuously while the mission is active and republishes the synced entities on a timed loop.
Routed vehicles may also publish sensor-detected contacts from `getSensorTargets`. For mission-specific entities where that would create noisy duplicate TAK markers, such as a convoy target that should appear only as `Enemy Convoy`, disable sensor contact publishing on that entity:
```sqf
_vehicle setVariable ["armatak_disable_sensor_data", true, true];
```
## Scripted Mission Functions
Mission scripts can also publish reports, drawings, routes, UAS CoTs and cleanup messages directly through ARMATAK functions.