Status
extends Status
in package
Class Status
Represents the status of a game server.
Table of Contents
Properties
- $flags : int
- $gamePort : int
- $gameType : string
- $mapName : string
- $maxPlayers : int
- $numPlayers : int
- $ping : int
- $queryPort : int
- $serverId : int
- $serverIP : string
- $serverName : string
- $skill : string
- $waveCurrent : int
- $waveTotal : int
Properties
$flags
public
int
$flags
The flags.
$gamePort
public
int
$gamePort
The game port of the server.
$gameType
public
string
$gameType
The type of the game.
$mapName
public
string
$mapName
The name of the map.
$maxPlayers
public
int
$maxPlayers
The maximum number of players.
$numPlayers
public
int
$numPlayers
The number of players.
$ping
public
int
$ping
The ping.
$queryPort
public
int
$queryPort
The query port of the server.
$serverId
public
int
$serverId
The server ID.
$serverIP
public
string
$serverIP
The IP address of the server.
$serverName
public
string
$serverName
The name of the server.
$skill
public
string
$skill
The skill level.
$waveCurrent
public
int
$waveCurrent
The current wave number in a game.
$waveTotal
public
int
$waveTotal
The total number of waves in a game.