Difference between revisions of "ResetSteamStats"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 18: Line 18:
 
===Examples===
 
===Examples===
 
None.
 
None.
 +
[[Category:Player Commands]]

Revision as of 15:56, 26 November 2013

resetSteamStats

Available since: v3.6
Resets all steam stats. Note: this command only works if the steam_api library was loaded and if a steam account for your game exists.

Lua Syntax:

resetSteamStats( [resetAchievements])

Arguments

resetAchievements

true|false - If true all achievements will be cleared, otherwise only all stats will be reset. Default value is false.

Flags

Return Values

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

Examples

None.