microwavable ![code/modules/food_and_drinks/kitchen_machinery/microwavable.dm 2](git.png)
Atoms that can be microwaved from one type to another.
Vars | |
default_typepath | The typepath we default to if we were passed no microwave result |
---|---|
result_typepath | Resulting atom typepath on a completed microwave. |
Procs | |
on_examine | Signal proc for [COMSIG_PARENT_EXAMINE]. Lets examiners know we can be microwaved if we're not the default mess type |
on_microwaved | Signal proc for [COMSIG_ITEM_MICROWAVE_ACT]. Handles the actual microwaving part. |
Var Details
default_typepath ![code/modules/food_and_drinks/kitchen_machinery/microwavable.dm 6](git.png)
The typepath we default to if we were passed no microwave result
result_typepath ![code/modules/food_and_drinks/kitchen_machinery/microwavable.dm 10](git.png)
Resulting atom typepath on a completed microwave.
Proc Details
on_examine
Signal proc for [COMSIG_PARENT_EXAMINE]. Lets examiners know we can be microwaved if we're not the default mess type
on_microwaved
Signal proc for [COMSIG_ITEM_MICROWAVE_ACT]. Handles the actual microwaving part.