summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-29 15:32:58 +0200
committerGitHub <noreply@github.com>2019-06-29 15:32:58 +0200
commita7fb50ec721c8058de15cd590aa930bf5d7b36af (patch)
tree91c27ae246ffd6d69d4e966af2f39bf2c4f47e59
parentae70eca5afbf8a6b1d5c11cec96c5746845391bc (diff)
parentf2fd5dfb91a9386bcfe07e3c97320fe6cb140f29 (diff)
Merge pull request #30186 from Anutrix/os-doc-upd
Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()
-rw-r--r--doc/classes/OS.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index cd530eddfa..e9b51d03c3 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -360,6 +360,7 @@
<return type="int">
</return>
<description>
+ Returns the amount of time in milliseconds it took for the boot logo to appear.
</description>
</method>
<method name="get_static_memory_peak_usage" qualifiers="const">
@@ -493,6 +494,7 @@
<return type="Rect2">
</return>
<description>
+ Returns unobscured area of the window where interactive controls should be rendered.
</description>
</method>
<method name="has_environment" qualifiers="const">