> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksserverscriptcompiler/ks.reactor.client.unity.editor.ksserverscriptcompiler.customcompilecallback.md).

# Delegate ksServerScriptCompiler.CustomCompileCallback

Namespace: [KS.Reactor.Client.Unity.Editor](/reactor/api-reference/ks.reactor.client.unity.editor.md)\
Assembly: KSUnity-Source.dll

Callback for custom compiling code.

```csharp
public delegate ksServerScriptCompiler.CompileResults ksServerScriptCompiler.CustomCompileCallback(string workingDirectory, string buildToolPath, string runtimeProjectPath)
```

#### Parameters

`workingDirectory` [string](https://learn.microsoft.com/dotnet/api/system.string)

`buildToolPath` [string](https://learn.microsoft.com/dotnet/api/system.string)

`runtimeProjectPath` [string](https://learn.microsoft.com/dotnet/api/system.string)

#### Returns

[ksServerScriptCompiler](/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksserverscriptcompiler.md).[CompileResults](/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksserverscriptcompiler/ks.reactor.client.unity.editor.ksserverscriptcompiler.compileresults.md)
