Difference between revisions of "Gaming:isLoggedIn"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.9<br/> === Description === Returns true if we are logged in. <source lang="lua"> (bool), = Gaming:isLoggedIn() </source> '''Retur...")
 
Line 4: Line 4:
 
Returns true if we are logged in.
 
Returns true if we are logged in.
 
<source lang="lua">
 
<source lang="lua">
(bool), = Gaming:isLoggedIn()
+
(bool) = Gaming:isLoggedIn()
 
</source>
 
</source>
 
'''Returns''' (bool) `true` if Gaming is logged in, `false` otherwise.<br/>
 
'''Returns''' (bool) `true` if Gaming is logged in, `false` otherwise.<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2018.9

Description

Returns true if we are logged in.

(bool) = Gaming:isLoggedIn()

Returns (bool) `true` if Gaming is logged in, `false` otherwise.