2
0
Эх сурвалжийг харах

Merge pull request #106862 from KerekesDavid/fix-scene-tree-get-frame-docs

Clarify `SceneTree.get_frame()` description
Rémi Verschelde 4 сар өмнө
parent
commit
c79ba6a59c

+ 1 - 1
doc/classes/SceneTree.xml

@@ -109,7 +109,7 @@
 		<method name="get_frame" qualifiers="const">
 		<method name="get_frame" qualifiers="const">
 			<return type="int" />
 			<return type="int" />
 			<description>
 			<description>
-				Returns how many frames have been processed, since the application started. This is [i]not[/i] a measurement of elapsed time.
+				Returns how many physics process steps have been processed, since the application started. This is [i]not[/i] a measurement of elapsed time. See also [signal physics_frame]. For the number of frames rendered, see [method Engine.get_process_frames].
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="get_multiplayer" qualifiers="const">
 		<method name="get_multiplayer" qualifiers="const">