Interface IPartModule
  
  
  
    - Namespace
 - KSP.Sim
 
  - Assembly
 - Assembly-CSharp.dll
 
   
  
  
  
    public interface IPartModule
   
  
    - Extension Methods
 
    - 
  
  
  
  
  
  
 
  Properties
  
  
  executedAction
  
  
  
  
  
    ModuleAction executedAction { get; set; }
   
  Property Value
  
    - ModuleAction
 
    
  
  
  
  moduleIsEnabled
  
  
  
  
  
    bool moduleIsEnabled { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  part
  
  
  
  
  
    PartBehavior part { get; set; }
   
  Property Value
  
    - PartBehavior
 
    
  
  
  
  simulationObject
  
  
  
  
  
    ISimulationObjectView simulationObject { get; set; }
   
  Property Value
  
    - ISimulationObjectView
 
    
  
  
  
  stagingEnabled
  
  
  
  
  
    bool stagingEnabled { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  
  
  
    ITransformModel transform { get; }
   
  Property Value
  
    - ITransformModel
 
    
  
  
  
  vessel
  
  
  
  
  
    VesselBehavior vessel { get; }
   
  Property Value
  
    - VesselBehavior
 
    
  
  Methods
  
  
  GetInfo()
  
  
  
  
  
  Returns
  
    - string
 
    
  
  
  
  GetModuleDisplayName()
  
  
  
  
  
    string GetModuleDisplayName()
   
  Returns
  
    - string
 
    
  
  
  
  Init()
  
  
  
  
  
  
  
  IsStageable()
  
  
  
  
  
  Returns
  
    - bool
 
    
  
  
  
  OnActive()