engine 
        
    
            
        
| Vars | |
| connected_ship_ref | The mobile ship we are connected to. | 
|---|---|
| engine_power | How well the engine affects the ship's speed. | 
| state | Construction state of the Engine. | 
| Procs | |
| unsync_ship | Called on destroy and when we need to unsync an engine from their ship. | 
Var Details
connected_ship_ref
            
        
    
            
        
        The mobile ship we are connected to.
engine_power
            
        
    
            
        
        How well the engine affects the ship's speed.
state
            
        
    
            
        
        Construction state of the Engine.
Proc Details
unsync_ship
Called on destroy and when we need to unsync an engine from their ship.