extends |
CSQuery |
|---|---|
implements |
ProtocolInterface |
Palworld server protocol implementation. Palworld uses REST API with basic authentication. Default port is 8212.
| Methods | ||
|---|---|---|
public
|
__construct(?string $address = null, ?int $queryport = null)
|
# |
public
|
query(ServerAddress $addr): ServerInfo
|
# |
public
|
getProtocolName(): string
|
# |
public
|
getVersion(ServerInfo $info): string
|
# |
| Properties | |||
|---|---|---|---|
public
|
string
|
$name = 'Palworld'
|
# |
public
|
string
|
$protocol = 'palworld'
|
# |
| 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, $supportedGames, $game_series_list, $debug, $udpClient |