csharp
public enum LockoutResetWhen a lockout lifts.
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)
NoneNever. What a one-off story instance has.
DailyAt the daily boundary.
WeeklyAt 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