ResetSteamStats

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 15:27, 3 April 2013 by AFRLme (talk)

Command History

Available since v3.7


Resets all steam stats!

Additional Info

This command will only work if the steam_api library was included (& successfully loaded) & if a steam account for your game exists!


Syntax:

resetSteamStats([resetAchievements])


Example:

 -- to do!


Arguments

resetAchievements: boolean (true/false)
If true all achievements will be cleared, otherwise only all stats will be reset. Default value is false!


Flags

none


Return

success
True if the stats were cleared successfully, false if the operation failed


Relevant Pages: getSteamAchievement - getSteamStat - setSteamAchievement - setSteamStat