broadcastMessage() public method

public broadcastMessage ( string $message, Player[] | null $recipients = null ) : integer
$message string
$recipients Player[] | null
return integer
Ejemplo n.º 1
0
 public function downloadFailCallback()
 {
     $this->isupdating = false;
     $this->server->broadcastMessage(new TranslationContainer("commands.upgrade.failed"));
 }