{{newinoldin|[[0.7.0]]|070|[[0.9.0]]|090|type=function}}
Look for a thread and get its object.
== Function ==
=== Synopsis ===
<source lang="lua">
thread = love.thread.getThread( name )
</source>
=== Arguments ===
{{param|string|name|The name of the thread to return.}}
=== Returns ===
{{param|Thread|thread|The thread with that name.}}
== Function ==
=== Synopsis ===
<source lang="lua">
thread = love.thread.getThread( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Thread|thread|The current thread.}}
== See Also ==
* [[parent::love.thread]]
[[Category:Functions]]
{{#set:Description=Look for a thread and get its object.}}
== Other Languages ==
{{i18n|love.thread.getThread}}