chem_heater
Vars | |
tutorial_active | If the user has the tutorial enabled |
---|---|
tutorial_state | What state we're at in the tutorial |
Procs | |
move_buffer | Moves a type of buffer from the heater to the beaker, or vice versa |
on_reaction_step | Forces a UI update every time a reaction step happens inside of the beaker it contains. This is so the UI is in sync with the reaction since it's important that the output matches the current conditions for pH adjustment and temperature. |
on_ui_deletion | This catches a signal and uses it to delete the ui instance from the list |
remove_ui_client_list | This removes an open ui instance from the ui list and deregsiters the signal |
Var Details
tutorial_active
If the user has the tutorial enabled
tutorial_state
What state we're at in the tutorial
Proc Details
move_buffer
Moves a type of buffer from the heater to the beaker, or vice versa
on_reaction_step
Forces a UI update every time a reaction step happens inside of the beaker it contains. This is so the UI is in sync with the reaction since it's important that the output matches the current conditions for pH adjustment and temperature.
on_ui_deletion
This catches a signal and uses it to delete the ui instance from the list
remove_ui_client_list
This removes an open ui instance from the ui list and deregsiters the signal