love.thread.getThread
Look for a thread and get its object.
Contents
Function
Synopsis
thread = love.thread.getThread( name )
Arguments
string name
- The name of the thread to return.
Returns
Thread thread
- The thread with that name.
Function
Synopsis
thread = love.thread.getThread( )
Arguments
None.
Returns
Thread thread
- The current thread.