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...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2018.9<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2018.9<br/>
Returns true if we are logged in.
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Gaming|Gaming]]<br/>
<source lang="lua">
+
=== <translate>Description</translate> ===
(bool), = Gaming:isLoggedIn()
+
<translate>Returns true if we are logged in.</translate>
</source>
+
<syntaxhighlight lang="lua">
'''Returns''' (bool) `true` if Gaming is logged in, `false` otherwise.<br/>
+
(bool) = Gaming:isLoggedIn()
 +
</syntaxhighlight>
 +
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (bool) <translate>''true'' if Gaming is logged in, ''false'' otherwise.</translate><br/>
 +
 
 +
{{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.