mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Added documentation for RCON and Query
This commit is contained in:
parent
ee73ccc0e2
commit
cb42e5832b
@ -25,7 +25,10 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
Implementation of the UT3 Query Protocol (GameSpot)
|
||||
Source: http://wiki.unrealadmin.org/UT3_query_protocol
|
||||
*/
|
||||
|
||||
class Query{
|
||||
private $socket, $workers, $threads, $server, $token, $longData, $timeout;
|
||||
|
@ -25,7 +25,10 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
Implementation of the Source RCON Protocol to allow remote console commands
|
||||
Source: https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
|
||||
*/
|
||||
|
||||
class RCON{
|
||||
private $socket, $password, $workers, $threads;
|
||||
|
Loading…
x
Reference in New Issue
Block a user