Declared in RADAR
Declaration
void AddTarget(
UniverseObject obj,
double diameter
);Description
Adds a target to the list of targets that the RADAR sensor can sense. This will create a new target with the specified parameters.
Parameters
| Name | Description |
|---|---|
| obj | The object to add |
| diameter | [m] The diameter of the target |