Network/ENet: Add DisconnectTimeout event

This commit is contained in:
SirLynix
2022-09-09 12:56:50 +02:00
parent 3f38c52455
commit e063c7b45e
5 changed files with 19 additions and 11 deletions

View File

@@ -95,7 +95,7 @@ namespace Nz
int ReceiveIncomingCommands(ENetEvent* event);
void NotifyConnect(ENetPeer* peer, ENetEvent* event, bool incoming);
void NotifyDisconnect(ENetPeer*, ENetEvent* event);
void NotifyDisconnect(ENetPeer*, ENetEvent* event, bool timeout);
void SendAcknowledgements(ENetPeer* peer);
bool SendReliableOutgoingCommands(ENetPeer* peer);