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

    Interface IArchiveOptions

    options that can be passed to archive handler on opening

    interface IArchiveOptions {
        create?: boolean;
        gameId?: string;
        verify?: boolean;
        version?: string;
    }
    Index

    Properties

    create?: boolean
    gameId?: string
    verify?: boolean
    version?: string