Browse Source

Add information to get thread id

(cherry picked from commit aa08023115614b6a56986e028c049c95c28d9383)
skyace65 5 years ago
parent
commit
dea530d5ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Thread.xml

+ 1 - 1
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">