Difference between revisions of "love.thread.getThreads (Português)"

(Initial Portuguese translation)
 
m (translation update)
 
Line 10: Line 10:
 
Nenhum.
 
Nenhum.
 
=== Retornos ===
 
=== Retornos ===
{{param|ThreadArray (Português)|threads|Uma tabela contendo todos os threads indexada pelos nomes.}}
+
{{param|table (Português)|threads|Uma tabela contendo todos os threads indexada pelos nomes.}}
  
 
== Veja Também ==
 
== Veja Também ==

Latest revision as of 10:48, 13 February 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Obtém todos os threads.

Função

Sinopse

threads = love.thread.getThreads( )

Argumentos

Nenhum.

Retornos

table (Português) threads
Uma tabela contendo todos os threads indexada pelos nomes.

Veja Também


Outros Idiomas