ReplicaManager.h File Reference

Contains classes Replica and ReplicaManager. This system provides management for your game objects and players to make serialization, scoping, and object creation and destruction easier. More...

#include "Export.h"
#include "NetworkTypes.h"
#include "OrderedList.h"
#include "PluginInterface.h"
#include "NetworkIDGenerator.h"
#include "RakNetQueue.h"
#include "PacketPriority.h"

Namespaces

namespace  RakNet

Classes

class  ReplicaManager
 A management system for your game objects and players to make serialization, scoping, and object creation and destruction easier. More...
struct  ReplicaManager::CommandStruct
struct  ReplicaManager::RegisteredReplica
struct  ReplicaManager::RemoteObject
struct  ReplicaManager::ReceivedCommand
struct  ReplicaManager::ParticipantStruct
class  Replica
 The interface to derive your game's networked classes from. More...

Enumerations

enum  {
  REPLICA_RECEIVE_DESTRUCTION = 1<<0, REPLICA_RECEIVE_SERIALIZE = 1<<1, REPLICA_RECEIVE_SCOPE_CHANGE = 1<<2, REPLICA_SEND_CONSTRUCTION = 1<<3,
  REPLICA_SEND_DESTRUCTION = 1<<4, REPLICA_SEND_SCOPE_CHANGE = 1<<5, REPLICA_SEND_SERIALIZE = 1<<6, REPLICA_SET_ALL = 0xFF
}


Detailed Description

Contains classes Replica and ReplicaManager. This system provides management for your game objects and players to make serialization, scoping, and object creation and destruction easier.

This file is part of RakNet Copyright 2003 Kevin Jenkins.

Usage of RakNet is subject to the appropriate license agreement. Creative Commons Licensees are subject to the license found at http://creativecommons.org/licenses/by-nc/2.5/ Single application licensees are subject to the license found at http://www.rakkarsoft.com/SingleApplicationLicense.html Custom license users are subject to the terms therein. GPL license users are subject to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.


Enumeration Type Documentation

anonymous enum
 

Replica interface flags, used to enable and disable function calls on the Replica object Passed to ReplicaManager::EnableReplicaInterfaces and ReplicaManager::DisableReplicaInterfaces


Generated on Thu Mar 30 23:54:49 2006 for RakNet by  doxygen 1.4.6-NO