Documentation
›
API Reference
›
Object
›
Thread
Create
Lua
C++
This function creates and returns a new thread. The EntryPoint() function will be immediately executed upon creation.
This command is not available for Lua.
Returns
Returns a new thread and immediately begins execution of the specified function.