csharp
public readonly record struct InputHealthWhat one client's inputs are doing, which is what tells them to run further ahead.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int DepthHow many ticks of input are waiting. The number the client steers by.
public long StarvedTicks simulated with no input for them.
public long LateInputs that arrived for a tick already simulated.
public long DuplicateInputs already held when they arrived, which is redundancy working.
Methods (1)
public InputHealth(int Depth, long Starved, long Late, long Duplicate)What one client's inputs are doing, which is what tells them to run further ahead.
Used by (2)
- InputBufferVixen.Net
- PredictionHealthReporterVixen.Net