Vixen
02b45cc4
csharp
public readonly record struct InputHealth

What 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 Depth

    How many ticks of input are waiting. The number the client steers by.

  • public long Starved

    Ticks simulated with no input for them.

  • public long Late

    Inputs that arrived for a tick already simulated.

  • public long Duplicate

    Inputs 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