/tg/ Station 13 - Modules - TypesDefine Details

code/modules/modular_computers/file_system/programs/radar.dm

RADAR_NOT_TRACKABLEThe selected target is not trackable
RADAR_TRACKABLEThe selected target is trackable
RADAR_TRACKABLE_ANYWAYThe selected target is trackable, even if subtypes would normally consider it untrackable.
MAX_RADAR_CIRCUIT_DISTANCEIf the target is something it shouldn't be normally tracking, this is the maximum distance within with it an be tracked.
/datum/computer_file/program/radar/lifelineA program that tracks crew members via suit sensors
/datum/computer_file/program/radar/custodial_locatorTracks all janitor equipment
/datum/computer_file/program/radar/fission360A program that tracks nukes and nuclear accessories
/obj/item/circuit_component/mod_program/radarBase circuit for the radar program. The abstract radar doesn't have this, nor this one is associated to it, so make sure to specify the associate_program and circuit_comp_type of subtypes,

Define Details

MAX_RADAR_CIRCUIT_DISTANCE

If the target is something it shouldn't be normally tracking, this is the maximum distance within with it an be tracked.

RADAR_NOT_TRACKABLE

The selected target is not trackable

RADAR_TRACKABLE

The selected target is trackable

RADAR_TRACKABLE_ANYWAY

The selected target is trackable, even if subtypes would normally consider it untrackable.