Status
in package
Class Status
Represents the status of a game server.
Table of Contents
Properties
- $gameType : string
- $language : string
- $maxPlayers : int
- $numPlayers : int
- $password : bool
- $serverName : string
- $version : string
Properties
$gameType
public
string
$gameType
The type of game being played on the server.
$language
public
string
$language
The language of the server.
$maxPlayers
public
int
$maxPlayers
The maximum number of players that can connect to the server.
$numPlayers
public
int
$numPlayers
The number of players currently connected to the server.
$password
public
bool
$password
Indicates whether a password is required to connect to the server.
$serverName
public
string
$serverName
The name of the server.
$version
public
string
$version
The version of the server.