Interface IMyModContext
  
  
  
  
  Assembly: VRage.Game.dll
  Syntax
  
    public interface IMyModContext
   
  Properties
  
  
  
  
  IsBaseGame
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  ModId
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ModItem
  
  
  Declaration
  
    MyObjectBuilder_Checkpoint.ModItem ModItem { get; }
   
  Property Value
  
  
  
  
  ModName
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ModPath
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ModPathData
  
  
  Declaration
  
    string ModPathData { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ModServiceName
  
  
  Declaration
  
    string ModServiceName { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |