Urho3D
Classes | Enumerations
Connection.h File Reference
#include "../Container/HashSet.h"
#include "../Core/Object.h"
#include "../Core/Timer.h"
#include "../Input/Controls.h"
#include "../IO/VectorBuffer.h"
#include "../Scene/ReplicationState.h"

Classes

struct  Dviglo::RemoteEvent
 Queued remote event. More...
 
struct  Dviglo::PackageDownload
 Package file receive transfer. More...
 
struct  Dviglo::PackageUpload
 Package file send transfer. More...
 
class  Dviglo::Connection
 Connection to a remote network host. More...
 

Enumerations

enum  Dviglo::ObserverPositionSendMode { OPSM_NONE = 0, OPSM_POSITION, OPSM_POSITION_ROTATION }
 Send modes for observer position/rotation. Activated by the client setting either position or rotation.
 
enum  Dviglo::PacketType { PT_UNRELIABLE_UNORDERED, PT_UNRELIABLE_ORDERED, PT_RELIABLE_UNORDERED, PT_RELIABLE_ORDERED }
 Packet types for outgoing buffers. Outgoing messages are grouped by their type.