Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()
(cherry picked from commit f2fd5dfb91
)
This commit is contained in:
parent
37e9ec842c
commit
7dd98f3de7
|
@ -356,6 +356,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">
|
||||
|
@ -489,6 +490,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">
|
||||
|
|
Loading…
Reference in New Issue