dc_create_thread
dc_create_thread(thread)
#
Creates a thread.
Blocking function
Invoking this function can freeze the game.
Use it in a task
to avoid freezing your game.
Input parameters#
Parameter | Type | Description |
---|---|---|
thread |
Thread parsable | The details to use to create the thread. |
Output values#
Return values#
- The created thread.
Uncaught exceptions #
- Throws an exception on failure.
bad_request