Browse Source

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

Clarify `SceneTree.get_frame()` description
Rémi Verschelde 4 tháng trước cách đây
mục cha
commit
c79ba6a59c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/classes/SceneTree.xml

+ 1 - 1
doc/classes/SceneTree.xml

@@ -109,7 +109,7 @@
 		<method name="get_frame" qualifiers="const">
 			<return type="int" />
 			<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>
 		</method>
 		<method name="get_multiplayer" qualifiers="const">