EventAchievementEvent
Interface EventAchievementEvent
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "achievement_event"
public interface EventAchievementEvent : IGameEvent<EventAchievementEvent>Implements
Properties
AchievementName
non-localized name of achievement
type: string
string AchievementName { get; set; }Property Value
CurVal
of steps toward achievement
type: short
short CurVal { get; set; }Property Value
MaxVal
total # of steps in achievement
type: short
short MaxVal { get; set; }Property Value