ALFA.ScriptCompiler.GetCompilerExe C# (CSharp) Méthode

GetCompilerExe() private static méthode

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