Class ShellScriptImporter
Inherited Members
Namespace: SociallyDistant.Core.ContentManagement
Assembly: SociallyDistant.Framework.dll
Syntax
public abstract class ShellScriptImporterMethods
Import(IGameContext, string[], string)
Declaration
public abstract ShellScriptAsset? Import(IGameContext game, string[] shebangArgs, string scriptText)Parameters
| Type | Name | Description | 
|---|---|---|
| IGameContext | game | |
| string[] | shebangArgs | |
| string | scriptText | 
Returns
| Type | Description | 
|---|---|
| ShellScriptAsset |