Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ISettingsMods

    interface ISettingsMods {
        activator: { [gameId: string]: string };
        cleanupOnDeploy: boolean;
        confirmPurge: boolean;
        installerSandbox: boolean;
        installPath: { [gameId: string]: string };
        installPathMode: InstallPathMode;
        modlistState: { [id: string]: IAttributeState };
        showDropzone: boolean;
        suggestInstallPathDirectory: string;
    }
    Index

    Properties

    activator: { [gameId: string]: string }
    cleanupOnDeploy: boolean
    confirmPurge: boolean
    installerSandbox: boolean
    installPath: { [gameId: string]: string }
    installPathMode: InstallPathMode
    modlistState: { [id: string]: IAttributeState }
    showDropzone: boolean
    suggestInstallPathDirectory: string