scanner_gate

Vars | |
detect_nutrition | If scanning for nutrition, what level of nutrition will trigger the scanner? |
---|---|
detect_species | If scanning for a specific species, what species is it looking for? |
disease_threshold | Is searching for a disease, what severity is enough to trigger the gate? |
ignore_signals | Does the scanner ignore light_pass and light_fail for sending signals? |
light_fail | Will the assembly on the pass wire activate if the scanner resolves red (fail) on crossing? |
light_pass | Will the assembly on the pass wire activate if the scanner resolves green (Pass) on crossing? |
locked | Bool to check if the scanner's controls are locked by an ID. |
next_beep | Internal timer to prevent audio spam. |
reverse | Flips all scan results for inverse scanning. Signals if scan returns false. |
scangate_mode | Which setting is the scanner checking for? See defines in scan_gate.dm for the list. |
Var Details
detect_nutrition

If scanning for nutrition, what level of nutrition will trigger the scanner?
detect_species

If scanning for a specific species, what species is it looking for?
disease_threshold

Is searching for a disease, what severity is enough to trigger the gate?
ignore_signals

Does the scanner ignore light_pass and light_fail for sending signals?
light_fail

Will the assembly on the pass wire activate if the scanner resolves red (fail) on crossing?
light_pass

Will the assembly on the pass wire activate if the scanner resolves green (Pass) on crossing?
locked

Bool to check if the scanner's controls are locked by an ID.
next_beep

Internal timer to prevent audio spam.
reverse

Flips all scan results for inverse scanning. Signals if scan returns false.
scangate_mode

Which setting is the scanner checking for? See defines in scan_gate.dm for the list.