Difference between revisions of "Gaming:isLoggedIn"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns true if we are logged in.</translate>
 
<translate>Returns true if we are logged in.</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = Gaming:isLoggedIn()
 
(bool) = Gaming:isLoggedIn()
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023


Available since: Gideros 2018.9
Class: Gaming

Description

Returns true if we are logged in. <syntaxhighlight lang="lua"> (bool) = Gaming:isLoggedIn() </source>

Return values

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