.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_Thread: Thread ====== **Inherits:** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Error | :ref:`start` **(** :ref:`Object` instance, :ref:`String` method, var userdata=NULL, :ref:`int` priority=1 **)** | +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_id` **(** **)** const | +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_active` **(** **)** const | +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Variant | :ref:`wait_to_finish` **(** **)** | +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Numeric Constants ----------------- - **PRIORITY_LOW** = **0** - **PRIORITY_NORMAL** = **1** - **PRIORITY_HIGH** = **2** Member Function Description --------------------------- .. _class_Thread_start: - Error **start** **(** :ref:`Object` instance, :ref:`String` method, var userdata=NULL, :ref:`int` priority=1 **)** .. _class_Thread_get_id: - :ref:`String` **get_id** **(** **)** const .. _class_Thread_is_active: - :ref:`bool` **is_active** **(** **)** const .. _class_Thread_wait_to_finish: - Variant **wait_to_finish** **(** **)**