s&box docs
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.

Broader workflow and conceptual references connected to this API.

Methods

Showing 1 methods

public static void Unlock(string name)

Properties

Showing 1 properties

public static System.Collections.Generic.IEnumerable`1<Sandbox.Achievement> Sandbox.Services.Achievements.All { get; set; }

Metadata

FieldValue
NamespaceSandbox.Services
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Services.Achievements

On this page