Vixen
c7401864
csharp
public readonly record struct ClaimVerdict

What the server decided about a claim.

Read the guide page for this →

Fields and properties (4)

  • public ClaimRejection Rejection

    Why not, or None.

  • public float Damage

    What the pellet is worth, after falloff and penetration.

  • public int RewindTicks

    How far back the server had to look. What the budget is spent on.

  • public bool Accepted

    Whether it was believed.

Methods (1)

  • public ClaimVerdict(ClaimRejection Rejection, float Damage, int RewindTicks)

    What the server decided about a claim.

Used by (3)

  • HitClaimValidatorVixen.Gameplay.Shooting
  • HitClaimValidatorTestsVixen.Gameplay.Shooting.Tests
  • RewindBudgetTestsVixen.Gameplay.Shooting.Tests