code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm0](git.png)
USE_REACTION_TEMPERATURE | don't alter the temperatrue of the reaction |
---|---|
USE_USER_TEMPERATURE | force a user specified value for temperature on the reaction |
USE_MINIMUM_TEMPERATURE | force the minimum required temperature for the reaction to start on the reaction |
USE_OPTIMAL_TEMPERATURE | force the optimal temperature for the reaction |
USE_OVERHEAT_TEMPERATURE | force the overheat temperature for the reaction. At this point reagents start to decrease |
PLAY_NEXT_REACTION | Play the next reaction i.e. increment current_reaction_index |
PLAY_PREVIOUS_REACTION | Play the previous reaction i.e. decrement current_reaction_index |
PLAY_USER_REACTION | Pick a reaction at random i.e. user decides via input list what the value of current_reaction_index should be |
MAXIMUM_HOLDER_VOLUME | Maximum volume of reagents this machine & its required container can hold |
Define Details
MAXIMUM_HOLDER_VOLUME ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 25](git.png)
Maximum volume of reagents this machine & its required container can hold
PLAY_NEXT_REACTION ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 18](git.png)
Play the next reaction i.e. increment current_reaction_index
PLAY_PREVIOUS_REACTION ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 20](git.png)
Play the previous reaction i.e. decrement current_reaction_index
PLAY_USER_REACTION ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 22](git.png)
Pick a reaction at random i.e. user decides via input list what the value of current_reaction_index should be
USE_MINIMUM_TEMPERATURE ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 11](git.png)
force the minimum required temperature for the reaction to start on the reaction
USE_OPTIMAL_TEMPERATURE ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 13](git.png)
force the optimal temperature for the reaction
USE_OVERHEAT_TEMPERATURE ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 15](git.png)
force the overheat temperature for the reaction. At this point reagents start to decrease
USE_REACTION_TEMPERATURE ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 7](git.png)
don't alter the temperatrue of the reaction
USE_USER_TEMPERATURE ![code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm 9](git.png)
force a user specified value for temperature on the reaction