summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-02-14 16:11:53 +0100
committerGitHub <noreply@github.com>2018-02-14 16:11:53 +0100
commit7d7f8d9e5439ee95f431503906d1545e28ae9d19 (patch)
treeb0b1d64bd2f454f754d8b95386ac739004c408d0 /doc/classes
parent70294716afe8d8bafb0a81baa2d5525475560fdf (diff)
parent5980bef67294e861b25071df76c0169e360a2f76 (diff)
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Implement more methods for OS on Desktop platforms
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/OS.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 80febff4af..a61b156b01 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -346,7 +346,8 @@
<return type="String">
</return>
<description>
- Returns a string that is unique to the device. Currently only works on Android and iOS. Returns empty string on other platforms.
+ Returns a string that is unique to the device.
+ Returns empty string on HTML5 and UWP which are not supported yet.
</description>
</method>
<method name="get_unix_time" qualifiers="const">