API ReferenceSandbox
public sealed class Sandbox.AchievementCollection
Holds achievements for a package
Constructors
Showing 1 constructors
public AchievementCollection(string packageIdent)
No results match this filter.
Methods
Showing 2 methods
public Sandbox.Achievement Get(string name)
Get achievement by name, or null of it doesn't exist
public System.Threading.Tasks.Task RecountProgression()
Use the current stats to recount the progression on stats with progression. This is purely for UI, you can't force an achivement to unlock early by calling this.
No results match this filter.
Properties
Showing 1 properties
public System.Collections.Generic.IReadOnlyCollection`1<Sandbox.Achievement> Sandbox.AchievementCollection.All { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.AchievementCollection |