extends |
Source |
---|
World Opponent Network (WON) class Pre-cursor to the A2S (source) protocol system
Methods inherited from GameQ\Protocols\Source |
---|
challengeParseAndApply(), processResponse(), processPackets(), processDetails(), processDetailsGoldSource(), processPlayers(), processRules() |
Methods inherited from GameQ\Protocol |
---|
__construct(), __toString(), portDiff(), findQueryPort(), joinLink(), name(), nameLong(), state(), getProtocol(), transport(), options(), getPacket(), packetResponse(), hasChallenge(), challengeApply(), getNormalize(), beforeSend(), |
Constants inherited from GameQ\Protocols\Source |
---|
|
Properties | |||
---|---|---|---|
protected
|
array
|
$packets = [
self::PACKET_DETAILS => "\xFF\xFF\xFF\xFFdetails\x00",
self::PACKET_PLAYERS => "\xFF\xFF\xFF\xFFplayers",
self::PACKET_RULES => "\xFF\xFF\xFF\xFFrules",
]
|
# |
protected
|
string
|
$protocol = 'won'
|
# |
protected
|
string
|
$name = 'won'
|
# |
protected
|
string
|
$name_long = "World Opponent Network"
|
# |
Properties inherited from GameQ\Protocols\Source |
---|
$responses, $source_engine, $join_link, $normalize |
Properties inherited from GameQ\Protocol |
---|
$port_diff, $transport, $process_methods, $packets_response, $result, $options, $state, |