bakeable

This component indicates this object can be baked in an oven.
Vars | |
| added_reagents | Reagents that should be added to the result |
|---|---|
| bake_result | Result atom type of baking this object |
| current_bake_time | Time spent baking so far |
| positive_result | Is this a positive bake result? |
| required_bake_time | Amount of time required to bake the food |
| who_baked_us | REF() to the mind which placed us in an oven |
Procs | |
| finish_baking | Ran when an object finished baking |
| on_bake | Ran every time an item is baked by something |
| on_baking_start | Signal proc for [COMSIG_ITEM_OVEN_PLACED_IN] when baking starts (parent enters an oven) |
| on_examine | Gives info about the items baking status so you can see if its almost done |
Var Details
added_reagents

Reagents that should be added to the result
bake_result

Result atom type of baking this object
current_bake_time

Time spent baking so far
positive_result

Is this a positive bake result?
required_bake_time

Amount of time required to bake the food
who_baked_us

REF() to the mind which placed us in an oven
Proc Details
finish_baking
Ran when an object finished baking
on_bake
Ran every time an item is baked by something
on_baking_start
Signal proc for [COMSIG_ITEM_OVEN_PLACED_IN] when baking starts (parent enters an oven)
on_examine
Gives info about the items baking status so you can see if its almost done