Network/ENetPeer: Add GetLastReceiveTime

This commit is contained in:
Lynix
2018-05-13 14:44:09 +02:00
parent 8b6311de63
commit b22c93fa5f
3 changed files with 7 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ Nazara Engine:
- Added VertexMapper::HasComponentOfType()
- Fixed SimpleTextDrawer bounds computation
- Added LuaState::Load methods which allows to load (compile) lua code to function without executing it.
- Added ENetPeer::GetLastReceiveTime() which gives the last time a reliable packet was received.
Nazara Development Kit:
- ⚠️ Components no longer need to be copyable by assignation