Xivgear Types Documentation
    Preparing search index...

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

    interface DrgSettings {
        acceptableClipSks: number;
        fightTime: number;
        includeInExport?: boolean;
        usePotion: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptableClipSks: number
    fightTime: number
    includeInExport?: boolean
    usePotion: boolean