s&box docs

public sealed class Sandbox.Achievement

Broader workflow and conceptual references connected to this API.

Properties

Showing 14 properties

public float Sandbox.Achievement.CurrentValue { get; set; }

public string Sandbox.Achievement.Description { get; set; }

public float Sandbox.Achievement.GlobalFraction { get; set; }

public int Sandbox.Achievement.GlobalUnlocked { get; set; }

public bool Sandbox.Achievement.HasProgression { get; set; }

public bool Sandbox.Achievement.IsUnlocked { get; set; }

public bool Sandbox.Achievement.IsVisible { get; set; }

Returns whether this achievement should be visible to the player

public float Sandbox.Achievement.ProgressionFraction { get; set; }

A float, representing the progression of this stat. 0 is 0%, 1 is 100%. Not clamped.

public System.Nullable`1<System.DateTimeOffset> Sandbox.Achievement.UnlockTimestamp { get; set; }

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Achievement

On this page