extends |
Protocol |
---|
All-Seeing Eye Protocol class
Methods | ||
---|---|---|
public
|
processResponse(): array
|
# |
protected
|
processKeyValuePairs(Buffer &$buffer, Result &$result)
|
# |
protected
|
processPlayersAndTeams(Buffer &$buffer, Result &$result)
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$packets = [self::PACKET_ALL => "s"]
|
# |
protected
|
string
|
$protocol = 'ase'
|
# |
protected
|
string
|
$name = 'ase'
|
# |
protected
|
string
|
$name_long = "All-Seeing Eye"
|
# |
protected
|
array
|
$normalize = [
'general' => [
'dedicated' => 'dedicated',
'gametype' => 'gametype',
'hostname' => 'servername',
'mapname' => 'map',
'maxplayers' => 'max_players',
'mod' => 'game_dir',
'numplayers' => 'num_players',
'password' => 'password',
],
'player' => ['name' => 'name', 'score' => 'score', 'team' => 'team', 'ping' => 'ping', 'time' => 'time'],
]
|
# |
Properties inherited from GameQ\Protocol |
---|
$port_diff, $transport, $responses, $process_methods, $packets_response, $result, $options, $state, $join_link |