From f2fd5dfb91a9386bcfe07e3c97320fe6cb140f29 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Jun 2019 17:21:25 +0530 Subject: [PATCH] Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area() --- doc/classes/OS.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index cd530eddfa6..e9b51d03c3a 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -360,6 +360,7 @@ + Returns the amount of time in milliseconds it took for the boot logo to appear. @@ -493,6 +494,7 @@ + Returns unobscured area of the window where interactive controls should be rendered.