mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[doc] Use "param" instead of "code" to refer to parameters
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
<param index="0" name="callable" type="Callable" />
|
||||
<param index="1" name="priority" type="int" enum="Thread.Priority" default="1" />
|
||||
<description>
|
||||
Starts a new [Thread] that calls [code]callable[/code].
|
||||
Starts a new [Thread] that calls [param callable].
|
||||
If the method takes some arguments, you can pass them using [method Callable.bind].
|
||||
The [code]priority[/code] of the [Thread] can be changed by passing a value from the [enum Priority] enum.
|
||||
The [param priority] of the [Thread] can be changed by passing a value from the [enum Priority] enum.
|
||||
Returns [constant OK] on success, or [constant ERR_CANT_CREATE] on failure.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user