Vixen
c7401864
csharp
public enum LockoutReset

When a lockout lifts.

Read the guide page for this →

Remarks

⚠ A reset is an absolute boundary, not a timer from when somebody entered. "Weekly" means the same instant for everybody on the realm — otherwise every player's reset drifts to wherever their first run happened to fall, and a guild that raids on Wednesdays finds half its roster locked. NextResetAfter is where that is computed and it is the only place a reset time comes from.

Fields and properties (3)

  • None

    Never. What a one-off story instance has.

  • Daily

    At the daily boundary.

  • Weekly

    At the weekly boundary.

Used by (6)

  • ContentVixen.Gameplay.Instances.Tests
  • LockoutPolicyVixen.Gameplay.Instances
  • LockoutPolicyDefinitionVixen.Gameplay.Instances
  • LockoutTestsVixen.Gameplay.Instances.Tests
  • TypeRegistrationVixen.Gameplay.Instances
  • Vixen_Gameplay_Instances_LockoutPolicyDefinitionSerializerVixen.Gameplay.Instances