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

    Type Alias GameInfoQuery

    GameInfoQuery: (game: any) => Bluebird<{ [key: string]: IGameDetail }>

    a query function that will be called to retrieve information about a game. The game object passed in in a union of the IGameStored and IDiscoveryResult data structures for the game but keep in mind that the game may not be discovered or it may be a custom-added game so either structure may be empty. When accessing any field that doesn't exist in both IGameStored and IDiscoveryResult, please assume it may be undefined.

    Type Declaration