You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have impemented some APIs to manipulate Steam achievements, will be available in next release.
You can use those API to reset all your achievements via
var achievements = greenworks.getAchievementNames();
for (var i = 0; i < achievements.length; ++i) {
greenworks.clearAchievement(achievements[i], success_callback, error_callback);
}
Just wondering if you have implemented reset achievements?
like
SteamUserStats()->ResetAllStats()
Or if its available some how though greenworks?
Its a convenient way in development to reset and test achievements triggers.
The text was updated successfully, but these errors were encountered: