OpenGSQ PHP

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

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.


        
On this page

Search results