washing_machine 
Vars | |
color_source | Item used as a colour source |
---|---|
state | Bitflags indicating current machine status |
wires | Our sweet wires |
Procs | |
dump_contents | Dumps every movable atom in the machine's contents list |
generic_check | All generic checks with feedback for the user |
toggle_state | Toggles machine bitflag for state variable and calls icon update. |
turn_on | Engages washing cycle |
wash_cycle_end | Ending of the machine wash cycle |
Var Details
color_source 
Item used as a colour source
state 
Bitflags indicating current machine status
wires 
Our sweet wires
Proc Details
dump_contents
Dumps every movable atom in the machine's contents list
generic_check
All generic checks with feedback for the user
toggle_state
Toggles machine bitflag for state
variable and calls icon update.
Arguments:
- new_state - Bitflag, adds/removes new state
turn_on
Engages washing cycle
wash_cycle_end
Ending of the machine wash cycle