Network/ENetPeer: Add GetPeerId()

This commit is contained in:
Jérôme Leclercq
2017-01-30 18:08:38 +01:00
parent b5797dfa12
commit 3ff483d2f6
2 changed files with 7 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ namespace Nz
void DisconnectNow(UInt32 data);
inline const IpAddress& GetAddress() const;
inline UInt16 GetPeerId() const;
inline ENetPeerState GetState() const;
inline bool HasPendingCommands();