Api Sandbox AchievementCollection
class

AchievementCollection

public sealed class AchievementCollection

Holds achievements for a package

Constructors

AchievementCollection(String packageIdent)

Properties

Name Type Description
All IReadOnlyCollection<Achievement>

Methods

Achievement Get(String name)

Get achievement by name, or null of it doesn't exist

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.

Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.AchievementCollection