Skip to main content

Module tick_rate_manager

Module tick_rate_manager 

Source
Expand description

The tick rate manager for the server.

StructsΒ§

SprintReport
Report data returned when a sprint finishes.
TickRateManager
Manages the server tick rate, including freezing, stepping, and sprinting.

ConstantsΒ§

MS_PER_SEC πŸ”’
Milliseconds per second.
NANOS_PER_MS πŸ”’
Nanoseconds per millisecond.
NANOS_PER_SEC πŸ”’
Nanoseconds per second.
TICK_STATS_SPAN πŸ”’
Number of tick samples to keep for averaging (matches vanilla).
TICK_TIME_SMOOTHING πŸ”’
Smoothing factor for exponential moving average (matches vanilla’s 0.8).