diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-08-28 10:46:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 10:46:16 +0200 |
commit | a258180723773eebcb3b95885f125e97a1636222 (patch) | |
tree | b3c74f3860791ac902d6c8261466faafc025b73d | |
parent | 2b36a999fa8aaf528e707832e5e0931135434a1c (diff) | |
parent | aa08023115614b6a56986e028c049c95c28d9383 (diff) |
Merge pull request #41573 from skyace65/Thread
Add information to get thread id
-rw-r--r-- | doc/classes/Thread.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index 5c63d01322..e0a58d5736 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -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"> |