mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</argument>
|
||||
<argument index="2" name="userdata" type="Variant" default="null">
|
||||
</argument>
|
||||
<argument index="3" name="priority" type="int" default="1">
|
||||
<argument index="3" name="priority" type="int" enum="Thread.Priority" default="1">
|
||||
</argument>
|
||||
<description>
|
||||
Starts a new [Thread] that runs "method" on object "instance" with "userdata" passed as an argument. The "priority" of the [Thread] can be changed by passing a PRIORITY_* enum.
|
||||
|
||||
Reference in New Issue
Block a user