air
Vars | |
atmos_air_machinery | List of all currently processing atmos machinery that interacts with its loc's air |
---|---|
atmos_machinery | List of all currently processing atmos machinery that doesn't interact with the air around it |
deferred_atmos_air_machinery | Air atmos machinery that will be added to atmos_air_machinery once maploading is finished |
deferred_atmos_machinery | Atmos machinery that will be added to atmos_machinery once maploading is finished |
Procs | |
expand_pipeline | Rebuilds a pipeline by expanding outwards, while yielding when sane |
start_processing_machine | Adds a given machine to the processing system for SSAIR_ATMOSMACHINERY processing. |
stop_processing_machine | Removes a given machine to the processing system for SSAIR_ATMOSMACHINERY processing. |
Var Details
atmos_air_machinery
List of all currently processing atmos machinery that interacts with its loc's air
atmos_machinery
List of all currently processing atmos machinery that doesn't interact with the air around it
deferred_atmos_air_machinery
Air atmos machinery that will be added to atmos_air_machinery once maploading is finished
deferred_atmos_machinery
Atmos machinery that will be added to atmos_machinery once maploading is finished
Proc Details
expand_pipeline
Rebuilds a pipeline by expanding outwards, while yielding when sane
start_processing_machine
Adds a given machine to the processing system for SSAIR_ATMOSMACHINERY processing.
Arguments:
- machine - The machine to start processing. Can be any /obj/machinery.
stop_processing_machine
Removes a given machine to the processing system for SSAIR_ATMOSMACHINERY processing.
Arguments:
- machine - The machine to stop processing.