Difference between revisions of "GetGameClientStat"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==getGameClientStat== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Returns the request...")
 
(Redirected page to Global Command: getGameClientStat)
 
Line 1: Line 1:
==getGameClientStat==
+
#REDIRECT [[Global Command: getGameClientStat]]
 
 
<div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div>
 
 
 
<div class="command-doc">Returns the requested game client stat.
 
 
 
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">getGameClientStat(apiName)</pre>
 
===Arguments===
 
====apiName====
 
:'''"string"''' - The name of the requested stat. This is the API name specified in the steam account.
 
===Flags===
 
===Return Values===
 
;stat
 
:The integer value of the stat or -1 if the stat could not be retrieved.
 
===Examples===
 
None.
 

Latest revision as of 13:24, 19 May 2023