ResetSteamStats

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 18:47, 6 March 2013 by AFRLme (talk)

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:

n/a


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