summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorunknown <numaanzaheerahmed@yahoo.com>2019-06-29 17:21:25 +0530
committerunknown <numaanzaheerahmed@yahoo.com>2019-06-29 17:21:25 +0530
commitf2fd5dfb91a9386bcfe07e3c97320fe6cb140f29 (patch)
treee136c885f6331c8a34f33603f4daa0fe39232f6a /doc
parent52355c638b03ff9316ee3f39e32ac968252489d3 (diff)
Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()
Diffstat (limited to 'doc')
-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">