Difference between revisions of "GetGameClientAchievement"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==getGameClientAchievement== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Gets current...")
 
 
Line 1: Line 1:
==getGameClientAchievement==
+
#REDIRECT [[Global Command: getGameClientAchievement]]
 
 
<div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div>
 
 
 
<div class="command-doc">Gets current state of an achievement.
 
 
 
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">getGameClientAchievement(apiName)</pre>
 
===Arguments===
 
====apiName====
 
:'''"string"''' - The name of the requested achievement. This is the API name specified in the steam / gog galaxy account.
 
===Flags===
 
===Return Values===
 
;achievement
 
:True/false depending if the achievement is set or not, false if the operation failed.
 
===Examples===
 
None.
 

Latest revision as of 13:24, 19 May 2023