Difference between revisions of "Gaming:showAchievements"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Show achievements.</translate>
 
<translate>Show achievements.</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Gaming:showAchievements()
 
  Gaming:showAchievements()
 
</source>
 
</source>
  
 
{{Gaming}}
 
{{Gaming}}

Revision as of 15:28, 13 July 2023


Available since: Gideros 2012.09
Class: Gaming

Description

Show achievements. <syntaxhighlight lang="lua">

Gaming:showAchievements()

</source>