extends |
Quake |
|---|
Implements the query protocol for Quake 3 Arena servers. Handles server information retrieval, player lists, and game-specific data parsing.
| Methods | ||
|---|---|---|
public
|
query_server(bool $getPlayers = true, bool $getRules = true): bool
|
# |
public
|
htmlize(string $var): string
|
# |
| Methods inherited from Clansuite\ServerQuery\ServerProtocols\Quake |
|---|
__construct(), rcon_query_server(), query(), getProtocolName(), getVersion() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$name = 'Quake 3 Arena'
|
# |
public
|
array<string>
|
$supportedGames = ['Quake 3 Arena', 'Warsow', 'Call of Duty', 'Call of Duty 2', 'Call of Duty 4']
|
# |
public
|
string
|
$protocol = 'Quake3'
|
# |
public
|
array<string>
|
$game_series_list = ['Quake']
|
# |
| 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 |