doom3-gpl
Doom 3 GPL source release
|
#include <NetworkSystem.h>
Public Member Functions | |
virtual | ~idNetworkSystem (void) |
virtual void | ServerSendReliableMessage (int clientNum, const idBitMsg &msg) |
virtual void | ServerSendReliableMessageExcluding (int clientNum, const idBitMsg &msg) |
virtual int | ServerGetClientPing (int clientNum) |
virtual int | ServerGetClientPrediction (int clientNum) |
virtual int | ServerGetClientTimeSinceLastPacket (int clientNum) |
virtual int | ServerGetClientTimeSinceLastInput (int clientNum) |
virtual int | ServerGetClientOutgoingRate (int clientNum) |
virtual int | ServerGetClientIncomingRate (int clientNum) |
virtual float | ServerGetClientIncomingPacketLoss (int clientNum) |
virtual void | ClientSendReliableMessage (const idBitMsg &msg) |
virtual int | ClientGetPrediction (void) |
virtual int | ClientGetTimeSinceLastPacket (void) |
virtual int | ClientGetOutgoingRate (void) |
virtual int | ClientGetIncomingRate (void) |
virtual float | ClientGetIncomingPacketLoss (void) |
Definition at line 41 of file NetworkSystem.h.
|
inlinevirtual |
Definition at line 43 of file NetworkSystem.h.
Definition at line 210 of file NetworkSystem.cpp.
Definition at line 198 of file NetworkSystem.cpp.
Definition at line 186 of file NetworkSystem.cpp.
Definition at line 162 of file NetworkSystem.cpp.
Definition at line 174 of file NetworkSystem.cpp.
Definition at line 149 of file NetworkSystem.cpp.
Definition at line 137 of file NetworkSystem.cpp.
Definition at line 125 of file NetworkSystem.cpp.
Definition at line 113 of file NetworkSystem.cpp.
Definition at line 65 of file NetworkSystem.cpp.
Definition at line 77 of file NetworkSystem.cpp.
Definition at line 101 of file NetworkSystem.cpp.
Definition at line 89 of file NetworkSystem.cpp.
Definition at line 43 of file NetworkSystem.cpp.
|
virtual |
Definition at line 54 of file NetworkSystem.cpp.