modular computer 
        
    
            
        
| Vars | |
| hardware_flag | A flag that describes this device type | 
|---|---|
| icon_state_powered | Icon state when the computer is turned on. | 
| icon_state_unpowered | Icon state when the computer is turned off. | 
| last_power_usage | Power usage during last tick | 
| screen_icon_screensaver | Icon state overlay when the computer is powered, but not 'switched on'. | 
| screen_icon_state_menu | Icon state overlay when the computer is turned on, but no program is loaded that would override the screen. | 
| Procs | |
| relay_icon_update | Eats the "source" arg because update_icon actually expects args now. | 
Var Details
hardware_flag
            
        
    
            
        
        A flag that describes this device type
icon_state_powered
            
        
    
            
        
        Icon state when the computer is turned on.
icon_state_unpowered
            
        
    
            
        
        Icon state when the computer is turned off.
last_power_usage
            
        
    
            
        
        Power usage during last tick
screen_icon_screensaver
            
        
    
            
        
        Icon state overlay when the computer is powered, but not 'switched on'.
screen_icon_state_menu
            
        
    
            
        
        Icon state overlay when the computer is turned on, but no program is loaded that would override the screen.
Proc Details
relay_icon_update
Eats the "source" arg because update_icon actually expects args now.