ALFA.ScriptCompiler.GetCompilerExe C# (CSharp) Method

GetCompilerExe() private static method

Get the path to NWNScriptCompiler.exe.
private static GetCompilerExe ( ) : string
return string
        private static string GetCompilerExe()
        {
            return ALFA.SystemInfo.GetNWNX4InstallationDirectory() + "NWNScriptCompiler.exe";
        }