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

    Interface IModSourceOptions

    interface IModSourceOptions {
        condition?: () => boolean;
        icon?: string;
        supportsModId?: boolean;
    }
    Index

    Properties

    condition?: () => boolean

    condition for this source to show up. Please make sure this returns quickly, cache if necessary.

    icon?: string
    supportsModId?: boolean