#include <ReplicaManager.h>
Public Member Functions | |
virtual ReplicaReturnResult | SendDownloadComplete (RakNet::BitStream *outBitStream, RakNetTime currentTime, SystemAddress senderId, ReplicaManager *caller)=0 |
virtual ReplicaReturnResult SendDownloadCompleteInterface::SendDownloadComplete | ( | RakNet::BitStream * | outBitStream, | |
RakNetTime | currentTime, | |||
SystemAddress | senderId, | |||
ReplicaManager * | caller | |||
) | [pure virtual] |
[out] | outBitStream | Write whatever you want to this bitstream. It will arrive in the receiveDownloadCompleteCB callback. |
[in] | currentTime | The current time that would be returned by RakNet::GetTime(). That's a slow call I do already, so you can use the parameter instead of having to call it yourself. |
[in] | senderId | Who we are sending to |
[in] | caller | Which instance of ReplicaManager is calling this interface |