Difference between revisions of "Thread:start"

m (Other languages template added)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Starts the thread.}}
 
{{#set:Description=Starts the thread.}}
 +
== Other Languages ==
 +
{{i18n|Thread:start}}

Revision as of 18:15, 11 January 2011

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

Starts the thread.

Function

Synopsis

Thread:start( )

Arguments

None.

Returns

None.

See Also

Other Languages