mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 03:47:16 +00:00
RCONInstance: add docs to fields, make 'stop' private
This commit is contained in:
parent
83008440c0
commit
0e5504ed3f
@ -31,13 +31,20 @@ class RCONInstance extends Thread{
|
||||
private const STATUS_AUTHENTICATING = 0;
|
||||
private const STATUS_CONNECTED = 1;
|
||||
|
||||
public $stop;
|
||||
/** @var string */
|
||||
public $cmd;
|
||||
/** @var string */
|
||||
public $response;
|
||||
|
||||
/** @var bool */
|
||||
private $stop;
|
||||
/** @var resource */
|
||||
private $socket;
|
||||
/** @var string */
|
||||
private $password;
|
||||
/** @var int */
|
||||
private $maxClients;
|
||||
/** @var bool */
|
||||
private $waiting;
|
||||
|
||||
public function isWaiting(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user