/tg/ Station 13 - Modules - TypesVar Details

scanner_gate

Vars

base_false_beepBase false positive/negative chance
detect_nutritionIf scanning for nutrition, what level of nutrition will trigger the scanner?
detect_speciesIf scanning for a specific species, what species is it looking for?
disease_thresholdIs searching for a disease, what severity is enough to trigger the gate?
ignore_signalsDoes the scanner ignore light_pass and light_fail for sending signals?
light_failWill the assembly on the pass wire activate if the scanner resolves red (fail) on crossing?
light_passWill the assembly on the pass wire activate if the scanner resolves green (Pass) on crossing?
lockedBool to check if the scanner's controls are locked by an ID.
minus_false_beepModifier to the chance of scanner being false positive/negative
n_spectIs an n-spect scanner attached to the gate? Enables contraband scanning.
reverseFlips all scan results for inverse scanning. Signals if scan returns false.
scangate_modeWhich setting is the scanner checking for? See defines in scanner_gate.dm for the list.

Var Details

base_false_beep

Base false positive/negative chance

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.

minus_false_beep

Modifier to the chance of scanner being false positive/negative

n_spect

Is an n-spect scanner attached to the gate? Enables contraband scanning.

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 scanner_gate.dm for the list.