Shiptest 13 - Modules - Types

code/__HELPERS/bindings.dm

/proc/equalize_all_gases_in_list Args: (list). Takes every gas in the list and makes them all identical, scaled to their respective volumes. The total heat and amount of substance in all of the combined gases is conserved.
/proc/process_atmos_callbacks Args: (ms). Runs callbacks until time limit is reached. If time limit is omitted, runs all callbacks.
/proc/finalize_gas_refs For updating reagent gas fire products, do not use for now.
/proc/auxtools_atmos_init Registers gases, and get reaction infos for auxmos, only call when ssair is initing.
/proc/_auxtools_register_gas For registering gases, do not touch this.