Difference between revisions of "Gaming:isLoggedIn"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(bool) = Gaming:isLoggedIn()
 
(bool) = Gaming:isLoggedIn()
</source>
+
</syntaxhighlight>
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
 
'''<translate>Returns</translate>''' (bool) <translate>''true'' if Gaming is logged in, ''false'' otherwise.</translate><br/>
 
'''<translate>Returns</translate>''' (bool) <translate>''true'' if Gaming is logged in, ''false'' otherwise.</translate><br/>
  
 
{{Gaming}}
 
{{Gaming}}

Latest revision as of 15:29, 13 July 2023


Available since: Gideros 2018.9
Class: Gaming

Description

Returns true if we are logged in.

(bool) = Gaming:isLoggedIn()

Return values

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