Data Replicator Subsystem

Automatically creates and destroys your objects and synchronizes the memory between them. More...

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...

Detailed Description

Automatically creates and destroys your objects and synchronizes the memory between them.

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.

See also:
DataReplicatorTest.cpp

Enumeration Type Documentation

enum ObjectReplicationPushResult
 

The result you result from a replication push callback for both the sender and the receiver.

Enumerator:
OBJECT_REPLICATION_OK  Go ahead and push or create the object right away.
OBJECT_REPLICATION_PUSH_LATER  Ask me again next tick.
OBJECT_REPLICATION_NEVER_PUSH  Never push or create this object.


Generated on Mon Mar 20 20:32:57 2006 for RakNet by  doxygen 1.4.6-NO