Difference between revisions of "Gaming:getPlayerInfo"

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

Revision as of 15:28, 13 July 2023


Available since: Gideros 2012.09
Class: Gaming

Description

Fetch player info. Either Event.PLAYER_INFORMATION_COMPLETE or Event.PLAYER_INFORMATION_ERROR will be triggered. <syntaxhighlight lang="lua">

Gaming:getPlayerInfo()

</source>