ALFA.ScriptCompiler.GetCompilerExe C# (CSharp) 메소드

GetCompilerExe() 개인적인 정적인 메소드

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