Difference between revisions of "ResetGameClientStats"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==resetGameClientStats== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Resets all game...")
 
 
Line 1: Line 1:
==resetGameClientStats==
+
#REDIRECT [[Global Command: resetGameClientStats]]
 
 
<div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div>
 
 
 
<div class="command-doc">Resets all game clients stats.
 
 
 
Note: this command only works if the steam_api/gog galaxy library was loaded and if a steam / gog galaxy account for your game exists.</div>
 
 
 
Lua Syntax:
 
<pre class="command-syntax">resetGameClientStats( [resetAchievements])</pre>
 
===Arguments===
 
====resetAchievements====
 
:'''true|false''' - If true all achievements will be cleared, otherwise only all stats will be reset. Default value is false | on gog galaxy Default value is always true.
 
===Flags===
 
===Return Values===
 
;success
 
:True if the stats were cleared successfully, false if the operation failed.
 
===Examples===
 
None.
 

Latest revision as of 13:29, 19 May 2023