disposal  
| Vars | |
| air_contents | Internal gas reservoir. | 
|---|---|
| deconstructs_to | What does this drop when deconstructed? | 
| flush | Has the flush handle been pulled? | 
| flush_count | Counter that increments by 1 per tick. Resets when it reaches the value of flush_every_ticks and attempts to perform a flush. | 
| flush_every_ticks | After the specified number of ticks, the disposals bin will check if it is ready to flush. | 
| flushing | Is the disposals bin flushing right now? | 
| mode | Can be one of: DISPOSALS_UNSCREWED (power off and panel unscrewed), DISPOSALS_OFF (power switched off), DISPOSALS_RECHARGING (active and charging), or DISPOSALS_CHARGED (active and ready to flush) | 
| trunk | The attached pipe trunk. | 
Var Details
air_contents  
Internal gas reservoir.
deconstructs_to  
What does this drop when deconstructed?
flush  
Has the flush handle been pulled?
flush_count  
Counter that increments by 1 per tick. Resets when it reaches the value of flush_every_ticks and attempts to perform a flush.
flush_every_ticks  
After the specified number of ticks, the disposals bin will check if it is ready to flush.
flushing  
Is the disposals bin flushing right now?
mode  
Can be one of: DISPOSALS_UNSCREWED (power off and panel unscrewed), DISPOSALS_OFF (power switched off), DISPOSALS_RECHARGING (active and charging), or DISPOSALS_CHARGED (active and ready to flush)
trunk  
The attached pipe trunk.