Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Class ISteamUserStatsWrapper

    Used to access information about users.

    Index

    Constructors

    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.

      • Optionallang: 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.

      • Optionallang: string

        Localized language to return (English, French, etc.).

      Returns Promise<GameSchema>