mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 21:01:50 +08:00
Add information to get thread id
(cherry picked from commit aa08023115
)
This commit is contained in:
parent
14e1c83350
commit
dea530d5ca
@ -15,7 +15,7 @@
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Returns the current [Thread]'s ID, uniquely identifying it among all threads.
|
||||
Returns the current [Thread]'s ID, uniquely identifying it among all threads. If the [Thread] is not running this returns an empty string.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_active" qualifiers="const">
|
||||
|
Loading…
Reference in New Issue
Block a user