Available since LÖVE 0.7.0
This function is not supported in earlier versions.
Creates a new Thread from a Lua file or FileData object.
Available since LÖVE 0.9.0
This variant is not supported in earlier versions.
thread = love.thread.newThread( filename )
string filename
Thread thread
Available since LÖVE 0.9.0
This variant is not supported in earlier versions.
thread = love.thread.newThread( fileData )
FileData fileData
Thread thread
Available since LÖVE 0.9.2
This variant is not supported in earlier versions.
thread = love.thread.newThread( codestring )
string codestring
Thread thread
Removed in LÖVE 0.9.0
This variant is not supported in that and later versions.
thread = love.thread.newThread( name, filename )
Thread thread
Removed in LÖVE 0.9.0
This variant is not supported in that and later versions.
thread = love.thread.newThread( name, file )
Thread thread
Removed in LÖVE 0.9.0
This variant is not supported in that and later versions.
thread = love.thread.newThread( name, data )
Thread thread
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.thread.newThread