oven 
Vars | |
| open | Whether or not the oven is open. |
|---|---|
| oven_loop | Looping sound for the oven |
| smoke_state | Current state of smoke coming from the oven |
| used_tray | The tray inside of this oven, if there is one. |
Procs | |
| add_tray_to_oven | Adds a tray to the oven, making sure the shit can get baked. |
| appears_active | Used to determine if the oven appears active and cooking, or offline. |
| on_tray_moved | Called when the tray is moved out of the oven in some way |
| set_smoke_state | Updates the smoke state to something else, setting particles if relevant |
Var Details
open 
Whether or not the oven is open.
oven_loop 
Looping sound for the oven
smoke_state 
Current state of smoke coming from the oven
used_tray 
The tray inside of this oven, if there is one.
Proc Details
add_tray_to_oven
Adds a tray to the oven, making sure the shit can get baked.
appears_active
Used to determine if the oven appears active and cooking, or offline.
on_tray_moved
Called when the tray is moved out of the oven in some way
set_smoke_state
Updates the smoke state to something else, setting particles if relevant