/tg/ Station 13 - Modules - TypesVar Details - Proc Details

turbine

Vars

activeChecks if the machine is processing or not
active_overlayOur overlay when active
can_connectThe parts can be registered on the main one only when their panel is closed
emissiveShould we use emissive appearance?
installed_partReference to our turbine part
machine_gasmixThe gas mixture this turbine part is storing
off_overlayOur overlay when off
open_overlayOur overlay when open
part_pathPath of the turbine part we can install

Procs

activate_partsAllow easy enabling of each machine for connection to the main controller
deactivate_partsAllow easy disabling of each machine from the main controller
get_efficiencyGets the efficiency of the installed part, returns 0 if no part is installed
transfer_gasesHandles all the calculations needed for the gases, work done, temperature increase/decrease

Var Details

active

Checks if the machine is processing or not

active_overlay

Our overlay when active

can_connect

The parts can be registered on the main one only when their panel is closed

emissive

Should we use emissive appearance?

installed_part

Reference to our turbine part

machine_gasmix

The gas mixture this turbine part is storing

off_overlay

Our overlay when off

open_overlay

Our overlay when open

part_path

Path of the turbine part we can install

Proc Details

activate_parts

Allow easy enabling of each machine for connection to the main controller

Arguments

deactivate_parts

Allow easy disabling of each machine from the main controller

Arguments

get_efficiency

Gets the efficiency of the installed part, returns 0 if no part is installed

transfer_gases

Handles all the calculations needed for the gases, work done, temperature increase/decrease

Arguments