diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-11-08 10:25:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 10:25:51 +0100 |
commit | 09abcc719b9890c01535e5cc3818a3639739e501 (patch) | |
tree | 91b42013ccc10701324f05f38378c5416118f8d2 | |
parent | 1821915eb5044c2bb74c6f733c82c43cfbc40fc6 (diff) | |
parent | a897be5a049bfc1c3e642d6b47e4282713836c90 (diff) |
Merge pull request #12739 from mhilbrunner/patch-1
[DOCS] OS.get_unique_string(). See #3628.
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 2629e6740d..9fd4328402 100644 --- a/doc/classes/OS.xml +++ b/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"> |