Table of Contents

Class AchievementUnlockedEvent

Namespace
WorldMachineLoader.API.Events
Assembly
WML.API.dll

Event that is triggered when a new achievement gets unlocked.

public class AchievementUnlockedEvent
Inheritance
AchievementUnlockedEvent
Inherited Members

Constructors

AchievementUnlockedEvent(string)

Initializes a new instance of the AchievementUnlockedEvent class.

public AchievementUnlockedEvent(string achievementId)

Parameters

achievementId string

The unique ID of the unlocked achievement.

Properties

AchievementID

The unique ID of the unlocked achievement.

public string AchievementID { get; }

Property Value

string