Achievement Data
Introduction
using HeathenEngineering.SteamworksIntegration;public struct AchievementData : IEquatable<AchievementData>,
IEquatable<string>,
IComparable<AchievementData>,
IComparable<string>AchievementData myAch = "ACH_WIN_100_GAMES";
myAch.IsAchievd = true;
myAch.Store();Fields and Attributes
Name
public string Name => get;Description
Hidden
IsAchieved
UnlockTime
GlobalPercent
Methods
Unlock
ClearAchievement
GetAchievementStatus
GetAchievementAndUnlockTime
GetIcon
Store
Last updated
