extends |
Gamespy2 |
|---|---|
implements |
ProtocolInterface |
ArmA Armed Assault protocol implementation. Uses Gamespy2 query protocol.
| Methods | ||
|---|---|---|
public
|
__construct(?string $address = null, ?int $queryport = null)
|
# |
public
|
query(ServerAddress $addr): ServerInfo
|
# |
public
|
getProtocolName(): string
|
# |
public
|
getVersion(ServerInfo $info): string
|
# |
| Methods inherited from Clansuite\ServerQuery\ServerProtocols\Gamespy2 |
|---|
query_server(), |
| Properties | |||
|---|---|---|---|
public
|
string
|
$name = 'Arma'
|
# |
public
|
array<string>
|
$supportedGames = ['ArmA Armed Assault']
|
# |
public
|
string
|
$protocol = 'arma'
|
# |
public
|
array<string>
|
$game_series_list = ['ArmA']
|
# |
| 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 |