|
|
| onBandwidthStatsUpdate (int $bytesSentDiff, int $bytesReceivedDiff) |
| |
|
| onClientConnect (int $sessionId, string $address, int $port, int $clientID) |
| |
| | onClientDisconnect (int $sessionId, int $reason) |
| |
|
| onPacketAck (int $sessionId, int $identifierACK) |
| |
|
| onPacketReceive (int $sessionId, string $packet) |
| |
|
| onPingMeasure (int $sessionId, int $pingMS) |
| |
|
| onRawPacketReceive (string $address, int $port, string $payload) |
| |
Definition at line 21 of file ServerEventListener.php.
◆ onClientDisconnect()
| raklib\server\ServerEventListener::onClientDisconnect |
( |
int | $sessionId, |
|
|
int | $reason ) |
The documentation for this interface was generated from the following file: