Class ServerAchievements
Tracks scores and achievements for servers as a whole
Inheritance
System.Object
ServerAchievements
Namespace: Eco.Gameplay.Achievements
Assembly: Eco.Gameplay.dll
Syntax
public class ServerAchievements : Object, IController, IViewController, IHasUniversalID
Constructors
ServerAchievements()
Declaration
public ServerAchievements()
Properties
Achievements
Declaration
public ThreadSafeDictionary<string, AchievementInstance> Achievements { get; set; }
Property Value
Type | Description |
---|---|
ThreadSafeDictionary<System.String, AchievementInstance> |
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Initialize()
Declaration
public void Initialize()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |