소스 검색

Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()

unknown 6 년 전
부모
커밋
f2fd5dfb91
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/classes/OS.xml

+ 2 - 0
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">