/datum/component/bakeable
        
    
            
        
This component indicates this object can be baked in an oven.
| Vars | |
| 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 | 
| Procs | |
| FinishBaking | Ran when an object finished baking | 
| OnBake | Ran every time an item is baked by something | 
| OnExamine | Gives info about the items baking status so you can see if its almost done | 
Var Details
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
Proc Details
FinishBaking
Ran when an object finished baking
OnBake
Ran every time an item is baked by something
OnExamine
Gives info about the items baking status so you can see if its almost done