Xivgear Types Documentation
    Preparing search index...

    Represents the Rotation data based on GCD.

    type SAMRotationData = {
        name: string;
        rotation: { loop: SamAbility[]; opener: SamAbility[] };
    }
    Index

    Properties

    Properties

    name: string

    The name of the rotation selected

    rotation: { loop: SamAbility[]; opener: SamAbility[] }

    The actual rotations selected

    Type Declaration