@gameye/sdk
Version:
Node.js SDK for Gameye
9 lines (8 loc) • 343 B
TypeScript
import * as models from "../models";
export declare type LocationItem = models.GameQueryLocationItem;
/**
* Selects all locations for a given game.
* @param gameState game state
* @param gameKey identifier of the game
*/
export declare function selectLocationListForGame(gameState: models.GameQueryState, gameKey: string): LocationItem[];