I would love to see more commands regarding Radar in game.
The community would have an immense use out of following cmds:
Array = sharedRadartargets <side>;
Simply to get all shared Targets by/to one side, and for example to script behavior for an AA gun like the Mantis system (which don't have a Radar but get the information from a remote Radar), where all guns, target one specific Vehicle.
Currently its not possible to get Targets found by a radar (Or not as far as I know).
Bool= vehicleRadar <object>;
'Simple' getter for the Status of the Radar of a Vehicle.
Currently I have to go over the animation of Vehicle, what is possible, but some vehicles currently have some sort of magical radar.
Regards