Difference between revisions of "Gaming:login"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Log into the gaming backend, if not already logged in. IF login is issued, events `Event.LOGIN_COMPLE...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
Log into the gaming backend, if not already logged in. IF login is issued, events `Event.LOGIN_COMPLETE` or `Event.LOGIN_ERROR`will be triggered.
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Gaming|Gaming]]<br/>
<source lang="lua">
+
=== <translate>Description</translate> ===
= Gaming:login()
+
<translate>Log into the gaming backend, if not already logged in. IF login is issued, events [[Special:MyLanguage/Event.LOGIN_COMPLETE|Event.LOGIN_COMPLETE]] or [[Special:MyLanguage/Event.LOGIN_ERROR|Event.LOGIN_ERROR]]will be triggered.</translate>
</source>
+
<syntaxhighlight lang="lua">
 +
Gaming:login()
 +
</syntaxhighlight>
 +
 
 +
{{Gaming}}

Latest revision as of 15:29, 13 July 2023


Available since: Gideros 2012.09
Class: Gaming

Description

Log into the gaming backend, if not already logged in. IF login is issued, events Event.LOGIN_COMPLETE or Event.LOGIN_ERRORwill be triggered.

 Gaming:login()