Table of Contents

Class PartialInfo

Namespace
OpenGSQ.Responses.Source
Assembly
OpenGSQ.dll

A2S_INFO Partial Info

public class PartialInfo
Inheritance
PartialInfo
Derived
Inherited Members

Properties

Bots

Number of bots on the server.

public byte Bots { get; set; }

Property Value

byte

Environment

Indicates the operating system of the server

public Environment Environment { get; set; }

Property Value

Environment

Folder

Name of the folder containing the game files.

public string Folder { get; set; }

Property Value

string

Game

Full name of the game.

public string Game { get; set; }

Property Value

string

Map

Map the server has currently loaded.

public string Map { get; set; }

Property Value

string

MaxPlayers

Maximum number of players the server reports it can hold.

public byte MaxPlayers { get; set; }

Property Value

byte

Name

Name of the server.

public string Name { get; set; }

Property Value

string

Players

Number of players on the server.

public byte Players { get; set; }

Property Value

byte

Protocol

Protocol version used by the server.

public byte Protocol { get; set; }

Property Value

byte

ServerType

Indicates the type of server

public ServerType ServerType { get; set; }

Property Value

ServerType

VAC

Specifies whether the server uses VAC

public VAC VAC { get; set; }

Property Value

VAC

Visibility

Indicates whether the server requires a password

public Visibility Visibility { get; set; }

Property Value

Visibility