Difference between revisions of "Gaming:login"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<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>
 
<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 lang="lua">
+
<syntaxhighlight lang="lua">
 
  Gaming:login()
 
  Gaming:login()
 
</source>
 
</source>
  
 
{{Gaming}}
 
{{Gaming}}

Revision as of 15:28, 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. <syntaxhighlight lang="lua">

Gaming:login()

</source>