Class ISteamUserStatsWrapper

Used to access information about users.

Hierarchy

  • ISteamUserStatsWrapper

Constructors

Properties

apiKey: string
webApiClient: WebApiClient

Methods

  • Retrieves the global stats percentages for the specified app.

    Parameters

    • appid: number

      AppID that we're getting global stats for.

    • count: number

      Number of stats get data for.

    • stats: string[]

      Names of stat to get data for.

    Returns Promise<GlobalStatsForGame>

  • Gets the list of achievements the specified user has unlocked in an app.

    Parameters

    • steamid: string

      SteamID of user.

    • appid: number

      AppID to get achievements for.

    • Optional lang: string

      Language to return strings for.

    Returns Promise<PlayerStats>

  • Gets the complete list of stats and achievements for the specified game.

    Parameters

    • appid: number

      AppId of the game.

    • Optional lang: string

      Localized language to return (english, french, etc.).

    Returns Promise<GameSchema>

Generated using TypeDoc