Difference between revisions of "Gaming:getPlayerInfo"

From GiderosMobile
Line 3: Line 3:
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Gaming|Gaming]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Gaming|Gaming]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate>Fetch player info. Either `Event.PLAYER_INFORMATION_COMPLETE` or `Event.PLAYER_INFORMATION_ERROR` will be triggered.</translate>
+
<translate>Fetch player info. Either [[Special:MyLanguage/Event.PLAYER_INFORMATION_COMPLETE|Event.PLAYER_INFORMATION_COMPLETE]] or [[Special:MyLanguage/Event.PLAYER_INFORMATION_ERROR|Event.PLAYER_INFORMATION_ERROR]] will be triggered.</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Gaming:getPlayerInfo()
 
  Gaming:getPlayerInfo()
 
</source>
 
</source>

Revision as of 10:36, 24 August 2018

Available since: Gideros 2012.09
Class: Gaming

Description

Fetch player info. Either Event.PLAYER_INFORMATION_COMPLETE or Event.PLAYER_INFORMATION_ERROR will be triggered.

 Gaming:getPlayerInfo()