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

    Interface IModsAPIExtension

    interface IModsAPIExtension {
        awaitModsDeployment?: (
            profileId?: string,
            progressCB?: (text: string, percent: number) => void,
            deployOptions?: IDeployOptions,
        ) => Promise<void>;
        awaitNextPhaseDeployment?: () => Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    awaitModsDeployment?: (
        profileId?: string,
        progressCB?: (text: string, percent: number) => void,
        deployOptions?: IDeployOptions,
    ) => Promise<void>
    awaitNextPhaseDeployment?: () => Promise<void>