Skip to content

Extra scan sources

Link extra objects to a ship so the science console can scan them.

API

Manage all objective

extra_scan_sources_run_all(tick_task)

Push extra scan source IDs to all scanners that have them linked.

Called each tick by the objective system. Computes a CRC of the linked extra scan sources per scanner and skips the update if unchanged, reducing network traffic.

Parameters:

Name Type Description Default
tick_task TickTask

The tick task that triggered this run.

required

extra_scan_sources_schedule()

Schedule the extra scan sources tick task via the objective system.