{{newinoldin|[[0.7.0]]|070|[[0.8.0]]|080|type=method}}
Forcefully terminate the thread.
{{notice|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 ===
<source lang="lua">
Thread:kill( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[parent::Thread]]
[[Category:Functions]]
{{#set:Description=Forcefully terminate the thread.}}
== Other Languages ==
{{i18n|Thread:kill}}