Rebel Fork Framework
Urho3D::ServerReplicator Member List

This is the complete list of members for Urho3D::ServerReplicator, including all inherited members.

AddConnection(AbstractConnection *connection) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
AddRef()Urho3D::RefCounted
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
connections_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
context_Urho3D::Objectprotected
currentFrame_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType)Urho3D::Objectprivate
FindEventHandler(StringHash eventType) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender, StringHash eventType)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType) constUrho3D::Objectinlineprivate
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetClientState(AbstractConnection *connection) const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
GetContext() constUrho3D::Objectinline
GetCurrentFrame() const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorinline
GetDebugInfo() constUrho3D::ServerReplicator
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetFeedbackDelay(AbstractConnection *connection) const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetNetworkObjectOwnedByConnection(AbstractConnection *connection) const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
GetNetworkObjectsOwnedByConnection(AbstractConnection *connection) const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
GetServerTime() const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorinline
GetSetting(const NetworkSetting &setting) const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetSubsystems() constUrho3D::Objectprivate
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUpdateFrequency() const (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorinline
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsInstanceOf(StringHash type) const =0Urho3D::Objectpure virtual
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
network_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnInputReady(float timeStep, bool isUpdateNow, float overtime) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
OnNetworkUpdate() (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
ProcessMessage(AbstractConnection *connection, NetworkMessageId messageId, MemoryBuffer &messageData) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
ProcessSceneUpdate(StringHash eventType) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
RemoveConnection(AbstractConnection *connection) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
RemoveEventSender(Object *sender)Urho3D::Objectprivate
replicationManager_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
ReportInputLoss(AbstractConnection *connection, float percentLoss) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
scene_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline
SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object
SerializeInBlock(Archive &archive)Urho3D::Objectvirtual
ServerReplicator(Scene *scene) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorexplicit
SetBlockEvents(bool block)Urho3D::Objectinline
SetCurrentFrame(NetworkFrame frame) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
settings_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
sharedState_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
TypeHierarchyUrho3D::Objectinlinestatic
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
updateFrequency_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
updateSync_ (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
URHO3D_OBJECT(ServerReplicator, Object) (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicatorprivate
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~ServerReplicator() override (defined in Urho3D::ServerReplicator)Urho3D::ServerReplicator