Class ShellHelpersModule
  
  
  
    Inheritance
    
    
    ShellHelpersModule
   
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public sealed class ShellHelpersModule : ScriptModule
   
  Constructors
  
  ShellHelpersModule(IGameContext)
  
  
  Declaration
  
    public ShellHelpersModule(IGameContext game)
   
  Parameters
  
  Methods
  
  Error(string)
  
  
  Declaration
  
    [Function("error")]
public Task Error(string message)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | message |  | 
    
  
  Returns
  
  
  ExecuteShellAction(string)
  
  
  Declaration
  
    [Function("shellexec")]
public int ExecuteShellAction(string uri)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | uri |  | 
    
  
  Returns
  
  
  SaveGame()
  
  
  Declaration
  
    [Function("save")]
public Task SaveGame()
   
  Returns