Table of Contents

Class Status

Namespace
OpenGSQ.Responses.Samp
Assembly
OpenGSQ.dll

Represents the status response from a server.

public class Status
Inheritance
Status
Inherited Members

Properties

GameType

Gets or sets the type of game being played on the server.

public string GameType { get; set; }

Property Value

string

Language

Gets or sets the language of the server.

public string Language { get; set; }

Property Value

string

MaxPlayers

Gets or sets the maximum number of players that can connect to the server.

public short MaxPlayers { get; set; }

Property Value

short

NumPlayers

Gets or sets the number of players currently connected to the server.

public short NumPlayers { get; set; }

Property Value

short

Password

Gets or sets a value indicating whether a password is required to connect to the server.

public bool Password { get; set; }

Property Value

bool

ServerName

Gets or sets the name of the server.

public string ServerName { get; set; }

Property Value

string