Space Station 13 - Modules - TypesVar Details

scanner

This is the generic parent class, which doesn't actually do anything.

Vars

can_run_scanWhether scans can be run from the program directly.
can_save_scanWhether the scan output can be saved to disk.
can_view_scanWhether the scan output can be viewed in the program.
driverA driver program which has been set up to interface with the scanner.
driver_typeA program type that the scanner interfaces with and attempts to install on insertion.

Var Details

can_run_scan

Whether scans can be run from the program directly.

can_save_scan

Whether the scan output can be saved to disk.

can_view_scan

Whether the scan output can be viewed in the program.

driver

A driver program which has been set up to interface with the scanner.

driver_type

A program type that the scanner interfaces with and attempts to install on insertion.