public sealed class Sandbox.Services.Players.Overview
An overview of a player. Only available if their profile isn't set to private.
Related Guides
Broader workflow and conceptual references connected to this API.
The mount system is extensible - anyone can write a mount to add support for a new game or engine and contribute it to s&box via pull request. A mount detects a game's install directory via Steam, scans its files, and converts assets into s&box compatible assets, all at runtime.
The networking system in s&box is purposefully simple and easy. Our initial aim isn't to provide a bullet proof server-authoritative networking system. Our aim is to provide a system that is really easy to use and understand.
Editor: Launch the editor with a headset connected. You'll see a VR button at the top right of your editor. It should be on by default. Game: If you have a VR headset plugged in and it's active, you'll launch in VR.
Constructors
Showing 1 constructors
public Overview()
No results match this filter.
Methods
Showing 1 methods
No results match this filter.
Properties
Showing 13 properties
public long Sandbox.Services.Players.Overview.Achievements { get; set; }
public string Sandbox.Services.Players.Overview.AvatarJson { get; set; }
A json string representing how their avatar is dressed
public long Sandbox.Services.Players.Overview.GamesPlayed { get; set; }
public long Sandbox.Services.Players.Overview.NegativeReviews { get; set; }
public long Sandbox.Services.Players.Overview.PositiveReviews { get; set; }
public long Sandbox.Services.Players.Overview.SecondsPlayed { get; set; }
public long Sandbox.Services.Players.Overview.TotalComments { get; set; }Obsolete
Obsolete: Comments were replaced with forum posts
public long Sandbox.Services.Players.Overview.TotalFavourites { get; set; }
public long Sandbox.Services.Players.Overview.TotalReviews { get; set; }
public long Sandbox.Services.Players.Overview.TotalSessions { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Services.Players |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.Players.Overview |