Network: Add accessors to ENetHost/ENetPeer

This commit is contained in:
Lynix
2018-10-21 13:52:14 +02:00
parent 9674d7373c
commit 4e9d4c10da
5 changed files with 41 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ namespace Nz
inline UInt16 GetPeerId() const;
inline UInt32 GetRoundTripTime() const;
inline ENetPeerState GetState() const;
inline UInt32 GetTotalPacketLost() const;
inline UInt32 GetTotalPacketSent() const;
inline bool HasPendingCommands();