extends |
Gamespy3 |
|---|
Battlefield 2 protocol implementation. Based on GameSpy 3 protocol.
| Methods | ||
|---|---|---|
public
|
query_server(bool $getPlayers = true, bool $getRules = true): bool
|
# |
protected
|
processResponse(string $response): void
|
# |
| Methods inherited from Clansuite\ServerQuery\ServerProtocols\Gamespy3 |
|---|
__construct(), query(), getProtocolName(), getVersion() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$name = 'Battlefield 2'
|
# |
public
|
string
|
$protocol = 'Bf2'
|
# |
public
|
array<string>
|
$game_series_list = ['Battlefield']
|
# |
public
|
array<string>
|
$supportedGames = ['Battlefield 2']
|
# |
protected
|
int
|
$port_diff = 13333
|
# |
| Properties inherited from Clansuite\ServerQuery\CSQuery |
|---|
$address, $queryport, $hostport, $online, $gamename, $gameversion, $servertitle, $mapname, $maptitle, $gametype, $numplayers, $maxplayers, $steamAppID, $password, $nextmap, $players, $playerkeys, $playerteams, $maplist, $rules, $errstr, $response, $debug, $udpClient |