API ReferenceSandbox.Services
public static abstract sealed class Sandbox.Services.Achievements
Allows access to stats for the current game. Stats are defined by the game's author and can be used to track anything from player actions to performance metrics. They are how you submit data to leaderboards.
Related Guides
Broader workflow and conceptual references connected to this API.
Methods
Showing 1 methods
public static void Unlock(string name)
No results match this filter.
Properties
Showing 1 properties
public static System.Collections.Generic.IEnumerable`1<Sandbox.Achievement> Sandbox.Services.Achievements.All { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Services |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.Achievements |