Table of Contents

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

Methods

OffThreadInterval()

int OffThreadInterval()

Returns

int

OnSeparateThreadTick()

void OnSeparateThreadTick()

ThreadDispose()

void ThreadDispose()