Difference between revisions of "Gaming:login"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 
=== Description ===
 
=== Description ===
<translate>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>
+
<translate>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>
 
<source lang="lua">
 
<source lang="lua">
 
  Gaming:login()
 
  Gaming:login()
 
</source>
 
</source>

Revision as of 15:00, 23 August 2018

Available since: Gideros 2012.09

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()