extends |
Steam |
|---|
Implements the query protocol for Ark: Survival Evolved servers. Utilizes the Steam query protocol to retrieve server information, player lists, and game statistics.
| Methods | ||
|---|---|---|
public
|
__construct(string $address, int $port, bool $autoCalculateQueryPort = true)
|
# |
public
|
getNativeJoinURI(): string
|
# |
public
|
query_server(bool $getPlayers = true, bool $getRules = true): bool
|
# |
| Methods inherited from Clansuite\ServerQuery\ServerProtocols\Steam |
|---|
processPlayers(), query(), getProtocolName(), getVersion() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$name = 'Ark: Survival Evolved'
|
# |
public
|
array<string>
|
$supportedGames = ['Ark: Survival Evolved']
|
# |
public
|
string
|
$protocol = 'A2S'
|
# |
public
|
array<string>
|
$game_series_list = ['Ark: Survival Evolved']
|
# |
protected
|
int
|
$port_diff = 19238
|
# |
protected
|
bool
|
$autoCalculateQueryPort
|
# |
| Properties inherited from Clansuite\ServerQuery\ServerProtocols\Steam |
|---|
$playerFormat, $response |
| 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, $debug, $udpClient |