turbine
Vars | |
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? |
gas_theoretical_volume | Theoretical volume of gas that's moving through the turbine, it expands the further it goes |
installed_part | Reference to our turbine part |
off_overlay | Our overlay when off |
open_overlay | Our overlay when open |
our_turf_thermal_conductivity | Stores the turf thermal conductivity to restore it later |
part_path | Path of the turbine part we can install |
Procs | |
activate_parts | Allow easy enabling of each machine for connection to the main controller |
deactivate_parts | Allow easy disabling of each machine from the main controller |
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 |
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?
gas_theoretical_volume
Theoretical volume of gas that's moving through the turbine, it expands the further it goes
installed_part
Reference to our turbine part
off_overlay
Our overlay when off
open_overlay
Our overlay when open
our_turf_thermal_conductivity
Stores the turf thermal conductivity to restore it later
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
deactivate_parts
Allow easy disabling of each machine from the main controller
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