ITC Datalink Functions - itc-addons/ITC_Land_Systems GitHub Wiki
Information
Datalink functions documented here are categorised in two types:
- RECV(receive): this is a function that the vehicle can receive
- XMIT(transmit): this is a function that the vehicle will broadcast
For example, the sirens use RECV functions to be turned on. The COBRA uses an XMIT function to send information about an incoming shell every time it detects one.
Calling a RECV function:
[targetID,senderID,header,type,data] call itc_land_datalink_fnc_transmit;
Methods
AWC 305 Nyx COBRA
RECV: Get all counter battery radar data
field | description |
---|---|
header | cobra |
type | getData |
data | none |
Request the COBRA send back its tracked data. It will return a broadcast with the following data:
field | description |
---|---|
header | cobra |
type | returnCobraData |
data | [origins, engagements, activeShells] |