Xivgear Types Documentation
    Preparing search index...

    Represents simulation settings. Sim implementors should extend this type with any additional settings.

    interface MchSimSettings {
        dontAlignCds: boolean;
        includeInExport?: boolean;
        killTime: number;
        skipOpenerPot: boolean;
        usePots: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dontAlignCds: boolean
    includeInExport?: boolean
    killTime: number
    skipOpenerPot: boolean
    usePots: boolean