Vixen
c7401864
csharp
public sealed class EventScheduleDefinition

When a world boss comes round.

Read the guide page for this →

Remarks

⚠ Authored here and enacted somewhere else. Doc 28 puts the schedule in Live.Instances.Cluster because it is fleet-wide: one realm deciding when the boss spawns gives every shard a different boss. So this is the content the cluster reads, and nothing in this library looks at a clock.

Fields and properties (3)

  • public float IntervalSeconds

    How often it comes round, in seconds. Zero for an event nothing schedules.

  • public float WindowSeconds

    How long the window to join it stays open, in seconds.

  • public float OffsetSeconds

    How far into an interval the first one is, in seconds.

Used by (4)

  • DynamicEventDefinitionVixen.Gameplay.Quests
  • TypeRegistrationVixen.Gameplay.Quests
  • Vixen_Gameplay_Quests_DynamicEventDefinitionSerializerVixen.Gameplay.Quests
  • Vixen_Gameplay_Quests_EventScheduleDefinitionSerializerVixen.Gameplay.Quests