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

    Interface IInstallationDetails

    interface IInstallationDetails {
        hasCSScripts?: boolean;
        hasInstructionsOverrideFile?: boolean;
        hasXmlConfigXML?: boolean;
        isTrusted?: boolean;
        modReference?: IModReference;
    }
    Index

    Properties

    hasCSScripts?: boolean
    hasInstructionsOverrideFile?: boolean
    hasXmlConfigXML?: boolean
    isTrusted?: boolean
    modReference?: IModReference