Difference between revisions of "Thread:kill"

m (Other languages template added)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Forcefully terminate the thread.}}
 
{{#set:Description=Forcefully terminate the thread.}}
 +
== Other Languages ==
 +
{{i18n|Thread:kill}}

Revision as of 18:12, 11 January 2011

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

Forcefully terminate the thread.

O.png This function terminates the thread wherever it is, which is capable of locking the game, or doing anything evil for that matter, its use is strongly discouraged.  


Function

Synopsis

Thread:kill( )

Arguments

None.

Returns

None.

See Also

Other Languages