Enum ServerSendRate (original) (raw)

Namespace

LiteEntitySystem

Assembly

LiteEntitySystem.dll

Rate at which server sends state packets

public enum ServerSendRate : byte

Extension Methods

Utils.GetEnumValueInt(T)

Utils.GetEnumValue(T)

Utils.HasFlagFast(T, T)

Fields

EqualToFPS = 1

Send rate is equal to Tickrate

HalfOfFPS = 2

Send rate is Tickrate / 2

ThirdOfFPS = 3

Send rate is Tickrate / 3