From 7dd98f3de70359c049969bc1cc6e45ab7c167919 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() (cherry picked from commit f2fd5dfb91a9386bcfe07e3c97320fe6cb140f29) --- doc/classes/OS.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 3e8233a7803..5793c1e5729 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -356,6 +356,7 @@ + Returns the amount of time in milliseconds it took for the boot logo to appear. @@ -489,6 +490,7 @@ + Returns unobscured area of the window where interactive controls should be rendered.