class Overview
in global :: Sandbox . Services . Players
An overview of a player. Only available if their profile isn't set to private.
public string AvatarJson { get; set; }
A json string representing how their avatar is dressed
public Overview( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public static Task<Overview> Get( SteamId steamid )
😔 No documentation found.
public Package LatestPlayed { get; set; }
😔 No documentation found.
public Package MostPlayed { get; set; }
😔 No documentation found.
public long PositiveReviews { get; set; }
😔 No documentation found.
public long NegativeReviews { get; set; }
😔 No documentation found.
public long TotalReviews { get; set; }
😔 No documentation found.
public long TotalFavourites { get; set; }
😔 No documentation found.
public long TotalComments { get; set; }
😔 No documentation found.
public long Achievements { get; set; }
😔 No documentation found.
public long SecondsPlayed { get; set; }
😔 No documentation found.
public long TotalSessions { get; set; }
😔 No documentation found.
public long GamesPlayed { get; set; }
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Profile Player { get; set; }
😔 No documentation found.