![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
Contains enumerations used by the ReplicaManager system. This file is a lightweight header, so you can include it without worrying about linking in lots of other crap. More...
Go to the source code of this file.
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 } |
| enum | ReplicaReturnResult { REPLICA_PROCESS_LATER, REPLICA_PROCESSING_DONE, REPLICA_CANCEL_PROCESS, REPLICA_PROCESS_AGAIN, REPLICA_PROCESS_IMPLICIT } |
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement.
Definition in file ReplicaEnums.h.
| anonymous enum |
Replica interface flags, used to enable and disable function calls on the Replica object Passed to ReplicaManager::EnableReplicaInterfaces and ReplicaManager::DisableReplicaInterfaces
| REPLICA_RECEIVE_DESTRUCTION | |
| REPLICA_RECEIVE_SERIALIZE | |
| REPLICA_RECEIVE_SCOPE_CHANGE | |
| REPLICA_SEND_CONSTRUCTION | |
| REPLICA_SEND_DESTRUCTION | |
| REPLICA_SEND_SCOPE_CHANGE | |
| REPLICA_SEND_SERIALIZE | |
| REPLICA_SET_ALL |
Definition at line 14 of file ReplicaEnums.h.
{
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 // Allow all of the above
};
| enum ReplicaReturnResult |
Definition at line 26 of file ReplicaEnums.h.
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.