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

    Interface IDeployedFile

    interface IDeployedFile {
        merged?: string[];
        relPath: string;
        source: string;
        target?: string;
        time: number;
    }
    Index

    Properties

    merged?: string[]

    if this file was created by merging, this lists all mods which were the basis of the merge deployment methods don't have to set this, it will be filled in by the the core functionality

    relPath: string

    the relative path to the file

    source: string

    the source of the file, which should be the name of the mod

    target?: string

    the output directory for the file. This will be empty for games that put all mods in the same directory (mergeMods is true).

    time: number

    the last-modified time of the file. This can be used to determine if the file was changed after deployment