abstract | |
|---|---|
extends |
CSQuery |
Base class for Launcher Protocol. Implements the Launcher Protocol used by Skulltag and Zandronum servers. Zandronum is backward compatible with Skulltag's query structure.
| Methods | ||
|---|---|---|
public
|
__construct(string $address, int $queryport)
|
# |
public
|
query_server(bool $getPlayers = true, bool $getRules = true): bool
|
# |
protected
|
parseResponseData(array<mixed> $info, bool $getPlayers): void
|
# |
| Properties | |||
|---|---|---|---|
protected
|
string
|
$gameName
|
# |
| Properties inherited from Clansuite\ServerQuery\CSQuery |
|---|
$address, $queryport, $hostport, $online, $gamename, $gameversion, $protocol, $servertitle, $mapname, $maptitle, $gametype, $numplayers, $maxplayers, $steamAppID, $password, $nextmap, $players, $playerkeys, $playerteams, $maplist, $rules, $errstr, $response, $name, $supportedGames, $game_series_list, $debug, $udpClient |