s&box docs

public sealed struct Sandbox.Services.ServerList.Entry

This is a cleaned up version of gameserveritem_t.

Broader workflow and conceptual references connected to this API.

Properties

Showing 11 properties

public int Sandbox.Services.ServerList.Entry.GameVersion { get; set; }

public string Sandbox.Services.ServerList.Entry.IPAddressAndPort { get; set; }

public string Sandbox.Services.ServerList.Entry.Map { get; set; }

public int Sandbox.Services.ServerList.Entry.MaxPlayers { get; set; }

public string Sandbox.Services.ServerList.Entry.Name { get; set; }

public int Sandbox.Services.ServerList.Entry.Ping { get; set; }

public int Sandbox.Services.ServerList.Entry.Players { get; set; }

public string[] Sandbox.Services.ServerList.Entry.Tags { get; set; }

public int Sandbox.Services.ServerList.Entry.Tick { get; set; }

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Services.ServerList.Entry

On this page