/obj/machinery/disposal
        
    
            
        
| Vars | |
| air_contents | The internal air reservoir of the disposal | 
|---|---|
| flush_count | This var adds 1 once per tick. When it reaches flush_every_ticks it resets and tries to flush. | 
| flush_every_ticks | Every 30 ticks it will look whether it is ready to flush | 
| flushing | True if flushing in progress | 
| full_pressure | Is the disposal at full pressure | 
| last_sound | The last time a sound was played | 
| pressure_charging | Is the pressure charging | 
| stored | The stored disposal construction pipe | 
| trunk | The attached pipe trunk | 
Var Details
air_contents
            
        
    
            
        
        The internal air reservoir of the disposal
flush_count
            
        
    
            
        
        This var adds 1 once per tick. When it reaches flush_every_ticks it resets and tries to flush.
flush_every_ticks
            
        
    
            
        
        Every 30 ticks it will look whether it is ready to flush
flushing
            
        
    
            
        
        True if flushing in progress
full_pressure
            
        
    
            
        
        Is the disposal at full pressure
last_sound
            
        
    
            
        
        The last time a sound was played
pressure_charging
            
        
    
            
        
        Is the pressure charging
stored
            
        
    
            
        
        The stored disposal construction pipe
trunk
            
        
    
            
        
        The attached pipe trunk