Difference between revisions of "InitGameClient"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==initGameClient== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Init the gog galaxy cl...")
 
(Redirected page to Global Command: initGameClient)
 
Line 1: Line 1:
==initGameClient==
+
#REDIRECT [[Global Command: initGameClient]]
 
 
<div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div>
 
 
 
<div class="command-doc">Init the gog galaxy client with the given values.
 
 
 
Note: this command only works for the gog galaxy client!</div>
 
 
 
Lua Syntax:
 
<pre class="command-syntax">initGameClient(clientID, clientSecret)</pre>
 
===Arguments===
 
====clientID====
 
:'''"string"''' - gog galaxy clientID.
 
====clientSecret====
 
:'''"string"''' - gog galaxy clientSecret.
 
===Flags===
 
===Return Values===
 
;success
 
:True if the gog galaxy successfully initialized, false if the initialized fails.
 
===Examples===
 
None.
 

Latest revision as of 13:27, 19 May 2023