Difference between revisions of "Gaming:getAllPlayers"

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

Revision as of 15:28, 13 July 2023


Available since: Gideros 2012.09
Class: Gaming

Description


<syntaxhighlight lang="lua">

Gaming:getAllPlayers()

</source>