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

    Interface ICollectionModInstallInfo

    Information about a mod's installation within a collection

    interface ICollectionModInstallInfo {
        modId?: string;
        rule: IModRule;
        status: CollectionModStatus;
        type: "requires" | "recommends";
    }
    Index

    Properties

    Properties

    modId?: string

    The installed mod reference (if installed)

    rule: IModRule

    The mod rule that defines this dependency

    Current status of this mod

    type: "requires" | "recommends"

    Whether this is a required or optional mod