API ReferenceSandbox.Modals

ServerListConfigclass

objectServerListConfig
Namespace
Sandbox.Modals
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Modals.ServerListConfig

Constructors1

Showing 1 constructors

public ServerListConfig(string game = null, string map = null)PUBLICCONSTRUCTOR

ParameterTypeDescription
game = nullstring
map = nullstring

Properties2

Showing 2 properties

public string Sandbox.Modals.ServerListConfig.GamePackageFilter { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Modals.ServerListConfig.MapPackageFilter { get; set; }PUBLICGETSET

Returns:string

On this page