Interface IAsyncServerSystem
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
Mods can create server threads to carry out an asynchronous process, by implementing this interface and calling IServerApi.AddServerThread()
public interface IAsyncServerSystem
- Extension Methods
Methods
OffThreadInterval()
int OffThreadInterval()
Returns
OnSeparateThreadTick()
void OnSeparateThreadTick()
ThreadDispose()
void ThreadDispose()