csharp
public readonly record struct ClaimVerdictWhat the server decided about a claim.
Fields and properties (4)
public ClaimRejection RejectionWhy not, or None.
public float DamageWhat the pellet is worth, after falloff and penetration.
public int RewindTicksHow far back the server had to look. What the budget is spent on.
public bool AcceptedWhether 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