love.thread.getThread (Português)

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

Procura por um thread e obtém o objeto.

Função

Sinopse

thread = love.thread.getThread( nome )

Argumentos

string (Português) nome
O nome do thread a ser retornado.

Retornos

Thread (Português) thread
O thread com o nome dado.

Função

Sinopse

thread = love.thread.getThread( )

Argumentos

Nenhum.

Retornos

Thread (Português) thread
O thread atual.

Veja Também


Outros Idiomas