#include <sysspaceport.h>
◆ SysSpacePort()
  
  
      
        
          | cqsp::common::systems::SysSpacePort::SysSpacePort  | 
          ( | 
          Game &  | 
          game | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ DoSystem()
  
  
      
        
          | void cqsp::common::systems::SysSpacePort::DoSystem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Interval()
  
  
      
        
          | int cqsp::common::systems::SysSpacePort::Interval  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
How often is DoSystem is run. It will be run every n number of ticks when the tick becomes a multiple of the number below. The default is 24 
Reimplemented from cqsp::common::systems::ISimulationSystem.
 
 
◆ ProcessDockedShips()
  
  
      
        
          | void cqsp::common::systems::SysSpacePort::ProcessDockedShips  | 
          ( | 
          entt::entity  | 
          space_port | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: