mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +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_AUTHENTICATING = 0;
|
||||||
private const STATUS_CONNECTED = 1;
|
private const STATUS_CONNECTED = 1;
|
||||||
|
|
||||||
public $stop;
|
/** @var string */
|
||||||
public $cmd;
|
public $cmd;
|
||||||
|
/** @var string */
|
||||||
public $response;
|
public $response;
|
||||||
|
|
||||||
|
/** @var bool */
|
||||||
|
private $stop;
|
||||||
/** @var resource */
|
/** @var resource */
|
||||||
private $socket;
|
private $socket;
|
||||||
|
/** @var string */
|
||||||
private $password;
|
private $password;
|
||||||
|
/** @var int */
|
||||||
private $maxClients;
|
private $maxClients;
|
||||||
|
/** @var bool */
|
||||||
private $waiting;
|
private $waiting;
|
||||||
|
|
||||||
public function isWaiting(){
|
public function isWaiting(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user