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

    Interface ICommonModAttributes

    Common attributes shared by all mods

    interface ICommonModAttributes {
        additionalLogicalFileNames?: string[];
        allowRating?: boolean;
        author?: string;
        bugMessage?: string;
        category?: string | number;
        customFileName?: string;
        description?: string;
        downloadGame?: string;
        endorsed?: string;
        endorsement?: string;
        fileId?: number;
        fileList?: IFileListItem[];
        fileMD5?: string;
        fileName?: string;
        fileSize?: number;
        fileType?: string;
        game?: string[];
        homepage?: string;
        installedAsDependency?: boolean;
        installerChoices?: any;
        installTime?: string;
        is4GBPatcher?: boolean;
        isPrimary?: number | boolean;
        logicalFileName?: string;
        modId?: number;
        modName?: string;
        modSize?: number;
        modVersion?: string;
        name?: string;
        newestFileId?: number;
        newestVersion?: string;
        patches?: any;
        pictureUrl?: string;
        referenceTag?: string;
        scriptExtender?: boolean;
        shortDescription?: string;
        source?: string;
        updatedTimestamp?: number;
        uploadedTimestamp?: number;
        uploader?: string;
        uploaderId?: number;
        uploaderUrl?: string;
        version?: string;
    }
    Index

    Properties

    additionalLogicalFileNames?: string[]
    allowRating?: boolean
    author?: string
    bugMessage?: string
    category?: string | number
    customFileName?: string
    description?: string
    downloadGame?: string
    endorsed?: string
    endorsement?: string
    fileId?: number
    fileList?: IFileListItem[]
    fileMD5?: string
    fileName?: string
    fileSize?: number
    fileType?: string
    game?: string[]
    homepage?: string
    installedAsDependency?: boolean
    installerChoices?: any
    installTime?: string
    is4GBPatcher?: boolean
    isPrimary?: number | boolean
    logicalFileName?: string
    modId?: number
    modName?: string
    modSize?: number
    modVersion?: string
    name?: string
    newestFileId?: number
    newestVersion?: string
    patches?: any
    pictureUrl?: string
    referenceTag?: string
    scriptExtender?: boolean
    shortDescription?: string
    source?: string
    updatedTimestamp?: number
    uploadedTimestamp?: number
    uploader?: string
    uploaderId?: number
    uploaderUrl?: string
    version?: string