Classes | |
class | DataReplicator |
This class, based on the plugin system, is designed to automatically create and destroy your objects, transmit object scope, and synchronize memory. More... | |
class | ReplicatedObject |
This class provides an interface so RakNet can do object initial serializations and notifications of scope changes. More... | |
Enumerations | |
enum | ObjectReplicationPushResult { OBJECT_REPLICATION_OK, OBJECT_REPLICATION_PUSH_LATER, OBJECT_REPLICATION_NEVER_PUSH } |
The result you result from a replication push callback for both the sender and the receiver. More... |
The data replicator system is build on the plugin system. is designed to automatically create and destroy your objects, transmit object scope, and synchronize memory.
|
The result you result from a replication push callback for both the sender and the receiver.
|