Difference between revisions of "love.thread.newThread"
m (Other languages template added) |
|||
Line 1: | Line 1: | ||
− | {{newin|[[0.7.0]]|type=function}} | + | {{newin|[[0.7.0]]|070|type=function}} |
Creates a new Thread from a [[File]] or [[Data]] Object. | Creates a new Thread from a [[File]] or [[Data]] Object. | ||
== Function== | == Function== | ||
Line 36: | Line 36: | ||
* [[Constructs::Thread]] | * [[Constructs::Thread]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Creates a new Thread from a [[File]] or [[Data]] Object. | + | {{#set:Description=Creates a new Thread from a [[File]] or [[Data]] Object.}} |
− | }} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.thread.newThread}} | {{i18n|love.thread.newThread}} |
Revision as of 17:59, 25 March 2011
Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
Creates a new Thread from a File or Data Object.
Contents
Function
Synopsis
thread = love.thread.newThread( name, filename )
Arguments
Returns
Thread thread
- A new Thread that has yet to be started.
Function
Synopsis
thread = love.thread.newThread( name, file )
Arguments
Returns
Thread thread
- A new Thread that has yet to be started.
Function
Synopsis
thread = love.thread.newThread( name, data )
Arguments
Returns
Thread thread
- A new Thread that has yet to be started.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info