Method | Description | |
---|---|---|
CompileScript ( string Filespec, string Options, CompilerParseLineDelegate ParseLine = null ) : CompilerResult |
Compile a script (or set of scripts), and return information about the compilation request.
|
Method | Description | |
---|---|---|
CreateCompilerCommandLine ( string Filespec, string Options ) : string |
Create the command line for the compiler given a filespec to attempt to compile.
|
|
GetCompilerExe ( ) : string |
Get the path to NWNScriptCompiler.exe.
|
public static CompileScript ( string Filespec, string Options, CompilerParseLineDelegate ParseLine = null ) : CompilerResult | ||
Filespec | string | Supplies a filespec of files to compile, /// such as *.nss. |
Options | string | Optionally supplies additional compiler /// options (e.g. -e -v1.70). |
ParseLine | CompilerParseLineDelegate | Optionally supplies a function to parse /// each line printed by the compiler. |
return | CompilerResult |