Enum ServerSendRate
- Namespace
- LiteEntitySystem
- Assembly
- LiteEntitySystem.dll
Rate at which server sends state packets
public enum ServerSendRate : byte
- Extension Methods
Fields
EqualToFPS = 1
Send rate is equal to Tickrate
HalfOfFPS = 2
Send rate is Tickrate / 2
ThirdOfFPS = 3
Send rate is Tickrate / 3