浏览代码

Merge pull request #12739 from mhilbrunner/patch-1

[DOCS] OS.get_unique_string(). See #3628.
Rémi Verschelde 7 年之前
父节点
当前提交
09abcc719b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
doc/classes/OS.xml

@@ -376,7 +376,7 @@
 			<return type="String">
 			</return>
 			<description>
-				Returns a unique string.
+				Returns a string that is unique to the device. Currently only works on Android and iOS. Returns empty string on other platforms.
 			</description>
 		</method>
 		<method name="get_unix_time" qualifiers="const">