Xivgear Types Documentation
    Preparing search index...

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

    interface BlmPpsSettings {
        includeInExport?: boolean;
        spendManafontF3P: boolean;
        stdDevs: number;
        useColdB3: boolean;
        useStandardF3P: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    includeInExport?: boolean
    spendManafontF3P: boolean
    stdDevs: number
    useColdB3: boolean
    useStandardF3P: boolean