summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorgeequlim <geequlim@gmail.com>2018-01-20 23:17:39 +0800
committergeequlim <geequlim@gmail.com>2018-02-01 23:29:39 +0800
commit5980bef67294e861b25071df76c0169e360a2f76 (patch)
tree4e183ac4a62622f11fb5ee544ac7df35148a1ce6 /doc/classes
parentdf1c16d0fe06426dfdea8259878e479b38623d04 (diff)
OSX: implement OS.get_unique_id
Update the documentations for OS.get_unique_id()
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">