#include <ReplicaManager3.h>
Public Attributes | |
RakNet::BitStream | outputBitstream [RM3_NUM_OUTPUT_BITSTREAM_CHANNELS] |
RakNet::BitStream * | lastSentBitstream [RM3_NUM_OUTPUT_BITSTREAM_CHANNELS] |
RakNetTime | messageTimestamp |
PRO | pro [RM3_NUM_OUTPUT_BITSTREAM_CHANNELS] |
RakNet::Connection_RM3 * | destinationConnection |
Passed to RakPeerInterface::Send(). | |
BitSize_t | bitsWrittenSoFar |
RakNetTime | whenLastSerialized |
RakNetTime | curTime |
Parameters passed to Replica3::Serialize()
Definition at line 299 of file ReplicaManager3.h.
For prior serializations this tick, for the same connection, how many bits have we written so far? Use this to limit how many objects you send to update per-tick if desired
Definition at line 325 of file ReplicaManager3.h.
Current time, in milliseconds. curTime - whenLastSerialized is how long it has been since this object was last sent
Definition at line 333 of file ReplicaManager3.h.
Passed to RakPeerInterface::Send().
Definition at line 321 of file ReplicaManager3.h.
RakNet::BitStream* RakNet::SerializeParameters::lastSentBitstream[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS] |
Last bitstream we sent for this replica to this system. Read, but DO NOT MODIFY
Definition at line 308 of file ReplicaManager3.h.
Set to non-zero to transmit a timestamp with this message. Defaults to 0 Use RakNet::GetTime() for this
Definition at line 313 of file ReplicaManager3.h.
RakNet::BitStream RakNet::SerializeParameters::outputBitstream[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS] |
Write your output for serialization here If nothing is written, the serialization will not occur Write to any or all of the NUM_OUTPUT_BITSTREAM_CHANNELS channels available. Channels can hold independent data
Definition at line 304 of file ReplicaManager3.h.
PRO RakNet::SerializeParameters::pro[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS] |
Passed to RakPeerInterface::Send(). Defaults to ReplicaManager3::SetDefaultPacketPriority(). Passed to RakPeerInterface::Send(). Defaults to ReplicaManager3::SetDefaultPacketReliability(). Passed to RakPeerInterface::Send(). Defaults to ReplicaManager3::SetDefaultOrderingChannel().
Definition at line 318 of file ReplicaManager3.h.
When this object was last serialized to the connection 0 means never
Definition at line 329 of file ReplicaManager3.h.