public sealed struct Sandbox.Services.ServerList.Entry
This is a cleaned up version of gameserveritem_t.
Related Guides
Broader workflow and conceptual references connected to this API.
Leaderboards are just stats, aggregated and ordered.
The Storage system provides a simple, unified way to manage user-generated content in your game. Whether you're saving game progress, storing player creations, or anything else, Storage handles everything from local file management to Steam Workshop integration.
VirtualGrid is a Panel that allows you to create a grid of items virtually. What this means is that if you have 1 million items, it won't render them and try to lay them all out at the same time. It'll just pick the few that are visible and create them. When you scroll down, it'll delete the ones it can no longer see and create the new visible ones.
Properties
Showing 11 properties
public string Sandbox.Services.ServerList.Entry.Game { get; set; }
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 ulong Sandbox.Services.ServerList.Entry.SteamId { get; set; }
public string[] Sandbox.Services.ServerList.Entry.Tags { get; set; }
public int Sandbox.Services.ServerList.Entry.Tick { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.ServerList.Entry |