API ReferenceSandbox.Services
Achievementsclass
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.
object→Achievements
Methods1
Showing 1 methods
public static void Unlock(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public static System.Collections.Generic.IEnumerable`1<Sandbox.Achievement> Sandbox.Services.Achievements.All { get; set; }
No results match this filter.