Nebula
Control plane

WorkerInfo

generated from the sources
public sealed class WorkerInfo

Fields

WorkerId

public string WorkerId;

WorkerIndex

public uint WorkerIndex;

Address

public string Address;

Port

public ushort Port;

Status

public string Status;

LastHeartbeat

public DateTime LastHeartbeat;

TickCount

public ulong TickCount;

TickMs

public float TickMs;

EntityCount

public uint EntityCount;

Every entity resident on the worker (authoritative + ghosts).

AuthoritativeCount

public uint AuthoritativeCount;

GhostCount

public uint GhostCount;

PlayerCount

public uint PlayerCount;

Authoritative entities owned by a human client / by a bot client / by nobody (server-driven).

BotCount

public uint BotCount;

ServerDrivenCount

public uint ServerDrivenCount;

On this page