浏览代码

Add information to get thread id

(cherry picked from commit aa08023115614b6a56986e028c049c95c28d9383)
skyace65 5 年之前
父节点
当前提交
dea530d5ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">