ResetSteamStats

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 18:45, 6 March 2013 by AFRLme (talk) (Created page with "<b>History</b>: Available since <span style="color:green">v3.7</span> Returns the requested steam stat! {| class="mw-collapsible mw-collapsed" style="background: #f0f0f0; bor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

History: Available since v3.7

Returns the requested steam stat!

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