Ver código fonte

Merge pull request #12739 from mhilbrunner/patch-1

[DOCS] OS.get_unique_string(). See #3628.
Rémi Verschelde 7 anos atrás
pai
commit
09abcc719b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
doc/classes/OS.xml

@@ -376,7 +376,7 @@
 			<return type="String">
 			<return type="String">
 			</return>
 			</return>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="get_unix_time" qualifiers="const">
 		<method name="get_unix_time" qualifiers="const">