Show / Hide Table of Contents

Class NetworkEvent

Inheritance
System.Object
NetworkEvent
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public sealed class NetworkEvent : Enum

Fields

BigMessageWarning

Declaration
public const NetworkEvent BigMessageWarning
Field Value
Type Description
NetworkEvent

Blobs

Declaration
public const NetworkEvent Blobs
Field Value
Type Description
NetworkEvent

ClientLogin

Declaration
public const NetworkEvent ClientLogin
Field Value
Type Description
NetworkEvent

ClientUpdate

Declaration
public const NetworkEvent ClientUpdate
Field Value
Type Description
NetworkEvent

ClientUpdateChunks

Declaration
public const NetworkEvent ClientUpdateChunks
Field Value
Type Description
NetworkEvent

ClientUpdateExtra

Declaration
public const NetworkEvent ClientUpdateExtra
Field Value
Type Description
NetworkEvent

ClientUpdateGeneral

Declaration
public const NetworkEvent ClientUpdateGeneral
Field Value
Type Description
NetworkEvent

ClientUpdateLast

Declaration
public const NetworkEvent ClientUpdateLast
Field Value
Type Description
NetworkEvent

ClientUpdateUnreliable

Declaration
public const NetworkEvent ClientUpdateUnreliable
Field Value
Type Description
NetworkEvent

DisconnectReason

Declaration
public const NetworkEvent DisconnectReason
Field Value
Type Description
NetworkEvent

RPC

Declaration
public const NetworkEvent RPC
Field Value
Type Description
NetworkEvent

RPCResponse

Declaration
public const NetworkEvent RPCResponse
Field Value
Type Description
NetworkEvent

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Views

Declaration
public const NetworkEvent Views
Field Value
Type Description
NetworkEvent

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾