ecspresso
    Preparing search index...
    • Create a repeating Timer to drop into a timers slot. Fires justFinished once per cycle and continues running.

      Type Parameters

      • Slots extends string = string

      Parameters

      Returns Timer<Slots>

      ecs.spawn({
      carrier: true,
      timers: { hangarCycle: createRepeatingTimer(5.0) },
      });