Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
Starts the thread.
Beginning with version 0.9.0, threads can be restarted after they have completed their execution.
Thread:start( )
None.
Nothing.
Available since LÖVE 0.9.0 |
This variant is not supported in earlier versions. |
Thread:start( arg1, arg2, ... )
Variant arg1
Variant arg2
Variant ...
Nothing.
Arguments passed to Thread:start are accessible in the thread's main file via ... (the vararg expression.)