Xivgear Types Documentation
    Preparing search index...

    Type Alias Rotation<CycleProcessorType>

    Definition of a rotation.

    type Rotation<CycleProcessorType = CycleProcessor> = {
        cycleTime: number;
        name?: string;
        apply(cp: CycleProcessorType): void;
    }

    Type Parameters

    Index

    Properties

    Methods

    Properties

    cycleTime: number

    The cycle time for this rotation

    name?: string

    Optional name

    Methods