code/modules/modular_computers/file_system/programs/radar.dm
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. |
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. |
/datum/computer_file/program/radar/lifeline | A program that tracks crew members via suit sensors |
/datum/computer_file/program/radar/custodial_locator | Tracks all janitor equipment |
/datum/computer_file/program/radar/fission360 | A program that tracks nukes and nuclear accessories |
/obj/item/circuit_component/mod_program/radar | Base 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.