Api Sandbox Services Players Overview
class

Overview

public sealed class Overview

An overview of a player. Only available if their profile isn't set to private.

Constructors

Overview()

Properties

Name Type Description
Player Profile
GamesPlayed Int64
TotalSessions Int64
SecondsPlayed Int64
Achievements Int64
AvatarJson String A json string representing how their avatar is dressed
TotalComments Int64
TotalFavourites Int64
TotalReviews Int64
NegativeReviews Int64
PositiveReviews Int64
MostPlayed Package
LatestPlayed Package

Methods

static Task<Overview> Get(SteamId steamid)
Assembly: Sandbox.Engine Namespace: Sandbox.Services.Players Full Name: Sandbox.Services.Players.Overview